DSA/readme.md

15 lines
341 B
Markdown

# Data Structures and Algorithms
This repository contains implementations of common data structures and algorithms in C.
For my own personal revision, all implementations were initially attemped using minimal documentation and external help.
## Content
### Data Structures
- TBA
### Algorithms
- [Bubble Sort](./bubblesort/main.c)