An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# workshop

[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/release/python-3120/)
[![PyPI version](https://badge.fury.io/py/csworkshop.svg)](https://badge.fury.io/py/csworkshop)
[![Build Status](https://github.com/TylerYep/workshop/actions/workflows/test.yml/badge.svg)](https://github.com/TylerYep/workshop/actions/workflows/test.yml)
[![GitHub license](https://img.shields.io/github/license/TylerYep/workshop)](https://github.com/TylerYep/workshop/blob/main/LICENSE)
[![codecov](https://codecov.io/gh/TylerYep/workshop/branch/main/graph/badge.svg)](https://codecov.io/gh/TylerYep/workshop)
[![Downloads](https://pepy.tech/badge/csworkshop)](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
```