My design studio of AI/ML/CS concepts. Code is adapted from many different websites across the Internet.
Separated into three sections:
- Algorithms
- Math
- Data Structures
pip install csworkshop
from cs.algorithms import binary_search
from cs.structures import Graph, FibonacciHeap