Giter Site home page Giter Site logo
  • 👋 Hi, I’m @stokhos
  • ✨ I think the lone wolf survives but the pack dies
  • 👀 I’m interested in low level cool stuff
  • 🌱 I’m currently learning Jax, Pytorch, GYM
  • 💞️ I’m looking to collaborate on low level cool stuff
  • 📫 How to reach me: Open an issue here.

Binary Search Tree Structure

            ------   /
           |21, 32| /
           |21, 21|<
           |  20  | \
            ------   \
  --------   /
 | 20, 20 | /
 |14.1, 21|<
 |  None  | \
  --------   \
                      ----------   /
                     | 19.3, 21 | /
                     |19.3, 19.3|<
                     |    19    | \
                      ----------   \
            ----------   /
           | 19, 121  | /
           |14.1, 19.3|<
           |    20    | \
            ----------   \
                      ----------   /
                     |14.1, 199 | /
                     |14.1, 14.1|<
                     |    19    | \
                      ----------   \
ASK: min 14.1  max 21   
BID: max 13    min 10   
            ------   /
           |13, 10| /
           |13, 13|<
           |  12  | \
            ------   \
  ------   /
 |12, 10| /
 |10, 13|<
 | None | \
  ------   \
            ------   /
           |10, 21| /
           |10, 10|<
           |  12  | \
            ------   \

Stokhos's Projects

hft-orderbook icon hft-orderbook

Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C

kakoune icon kakoune

mawww's experiment for a better code editor

leetcodeanimation icon leetcodeanimation

Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)

linfa icon linfa

A Rust machine learning framework.

lobster icon lobster

A fast in-memory limit order book (LOB).

mcmc icon mcmc

Implementation of Markov Chain Monte Carlo in Python from scratch

most icon most

Codes for MO's Trading.

mva-drl-project icon mva-drl-project

The aim of this project is to reimplement the algorithm from the paper Continious control with deep reinforcement learning

ndarray icon ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations

numerical-mooc icon numerical-mooc

A collaborative educational initiative in computational science and engineering.

optimization icon optimization

different algorithms to find population close to the optimal fitness, including genetic algorithm, differential evolution algorithm, PSO, firefly algorithm, cuckoo search algorithm and whale optimization algorithm in C++.

orderbook icon orderbook

OrderBook Simulator with Limit and Iceberg functionality

probability icon probability

Probabilistic reasoning and statistical analysis in TensorFlow

pygranso icon pygranso

PyGRANSO: A PyTorch-enabled port of GRANSO with auto-differentiation

pyportfolioopt icon pyportfolioopt

Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity

python icon python

All Algorithms implemented in Python

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.