https://github.com/tyleryep/workshop
My design studio of AI/ML/CS concepts. The beginning of future projects.
https://github.com/tyleryep/workshop
Last synced: 10 months ago
JSON representation
My design studio of AI/ML/CS concepts. The beginning of future projects.
- Host: GitHub
- URL: https://github.com/tyleryep/workshop
- Owner: TylerYep
- License: mit
- Created: 2020-06-29T00:11:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T18:46:04.000Z (10 months ago)
- Last Synced: 2025-03-17T19:41:18.984Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workshop
[](https://www.python.org/downloads/release/python-3120/)
[](https://badge.fury.io/py/csworkshop)
[](https://github.com/TylerYep/workshop/actions/workflows/test.yml)
[](https://github.com/TylerYep/workshop/blob/main/LICENSE)
[](https://codecov.io/gh/TylerYep/workshop)
[](https://pepy.tech/project/csworkshop)
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
# Usage
```
pip install csworkshop
```
```python
from cs.algorithms import binary_search
from cs.structures import Graph, FibonacciHeap
```