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

https://github.com/kdrag0n/structalgo

My implementations of various data structures and algorithms in C.
https://github.com/kdrag0n/structalgo

algorithms data-structures

Last synced: about 2 months ago
JSON representation

My implementations of various data structures and algorithms in C.

Awesome Lists containing this project

README

          

# Data Structures and Algorithms

My implementation of various data structures and algorithms in C for the Algorithmic Thinking course.

## Repl.it links

### 8/8/19

- [Reverse](https://repl.it/repls/QuietGlisteningWamp)
- [Sorting](https://repl.it/repls/DelightfulAustereRedundancy)
- [RPN calc](https://repl.it/repls/WavyDearSearchengine)

### 8/9/19

- [Formula validator](https://repl.it/repls/BlankVirtualBusinesssoftware)
- [HTML parser](https://repl.it/repls/TrainedCalmElectricity)
- [Maze runner](https://repl.it/repls/CuteIncompleteReference)