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.
- Host: GitHub
- URL: https://github.com/kdrag0n/structalgo
- Owner: kdrag0n
- License: mit
- Created: 2019-08-10T02:55:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T18:00:07.000Z (almost 7 years ago)
- Last Synced: 2025-12-26T16:38:49.475Z (6 months ago)
- Topics: algorithms, data-structures
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)