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

https://github.com/carterlasalle/dsa


https://github.com/carterlasalle/dsa

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Data Structures and Algorithms

A collection of Python implementations of various data structures and algorithms.

## Categories

### Sorting Algorithms
- Binary Search Implementation
- Ternary Search Implementation
- Bozosort (including multi-threaded version)

### Doomsday Algorithm
- Implementation of Conway's Doomsday Algorithm for calendar calculations

### Agent-Based Modeling (ABM)
- Transport Model Simulation
- Visualization Tools

### Other
- Digital Signal Processing Tools

## Usage

Each implementation includes detailed comments and documentation within the source files. To use any implementation, simply navigate to the relevant folder and open the Python file.

All code is written in Python and focuses on clarity and educational value over optimization.