Skip to content
View stokhos's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report stokhos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stokhos/README.md
  • 👋 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  | \
            ------   \

Pinned

  1. rust-ml/linfa rust-ml/linfa Public

    A Rust machine learning framework.

    Rust 3.5k 228

  2. tensorflow/tensorflow tensorflow/tensorflow Public

    An Open Source Machine Learning Framework for Everyone

    C++ 183k 74k

  3. tensorflow/probability tensorflow/probability Public

    Probabilistic reasoning and statistical analysis in TensorFlow

    Jupyter Notebook 4.1k 1.1k

  4. rust-ndarray/ndarray rust-ndarray/ndarray Public

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

    Rust 3.4k 291