Here are
191 public repositories
matching this topic...
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~
₿ A guide (for humans!) to cryto-currencies and their algos.
Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
Updated
Jan 18, 2019
Python
howtrader: how to be a quant trader, forked from vnpy with easy installation and deployment
Updated
Oct 16, 2021
Python
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator
@carlos8f
Python script to generate a visualization of various sorting algorithms, image or video.
Updated
Jan 29, 2021
Python
A lightweight trading bot for automated algorithmic trading on Binance Futures and BitMEX written in python.
Updated
Oct 22, 2021
Python
A collection of solutions for Hackerrank data structures and algorithm problems in Python
Updated
Sep 11, 2021
Java
这是一款 Kotlin 语言版本的 Android 客户端本地化展示 Java 语言编写的面试算法 ( Algorithm ),会持续更新!
Updated
Mar 11, 2021
Java
Multi Strategy Trading Algorithm
Updated
Aug 30, 2017
HTML
An extensible options trading bot built on top of Python.
Updated
Oct 25, 2021
Python
算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~
Updated
Sep 16, 2020
Swift
An UInt256 library written in Swift 4
Updated
Jul 1, 2019
Swift
算法 & 数学知识 & 重拾基础知识系列文章编写和收集
Updated
Aug 26, 2020
PowerShell
使用python语言写数据结构与算法。线性搜索、选择排序、插入排序、栈,队列,循环队列、链表,链表实现栈,链表实现队列、递归、归并排序、快速排序、二分搜索、二分搜索树、集合 和 映射、堆、优先队列、冒泡排序、希尔排序、线段树、Trie字典树、并查集、AVL树、红黑树、哈希表、计数排序、LSD基数排序、MSD排序,桶排序、字符串匹配
Updated
May 30, 2021
Python
Implementing various machine learning algorithm from scratch
Updated
Jan 7, 2019
Jupyter Notebook
Adaptive limit orders for bitmex
Updated
Jun 25, 2018
JavaScript
Competitive Programming💻 , Data Structures📘 , and Algorithms📗
Simple btc trend following algorithm, using cbpro api.
Updated
Nov 15, 2020
Python
A PBKDF2 key function implementation for MySQL
Updated
Nov 28, 2018
SQLPL
NodeJS Notebook for building algo trading strategies 💦
Updated
Aug 13, 2021
TypeScript
Updated
Oct 25, 2021
Jupyter Notebook
Coding Interview Practice Problems Solutions
Updated
Oct 31, 2020
Python
Java application to generate wallets for several cryptocurrencies offline.
Updated
Jul 24, 2021
Java
LeetCode problems that are solved.
Updated
Oct 24, 2021
Java
The bible for Algorithms and Data Structures at USI Lugano
Updated
May 10, 2021
Python
Improve this page
Add a description, image, and links to the
algo
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
algo
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Would be awesome to have the API responses typed properly as well instead of
Promise<any>
.Many other things can also see typing improvements, especially arguments.