You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
Algodat | 2 years ago | |
Algodat.Test | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
algodat.sln | 2 years ago |
README.md
algodat
Algorithms and data structures from my university course.
Currently implemented:
- Collections
- Array stack
- Linked stack
- Array queue
- Linked queue
- Sort algorithms
- Bubble sort
- Insertion sort
- Heap sort
- Merge sort
- Quick sort
- Radix sort
- Hashtables
- Linked hashtable
- Open addressing
- Linear probing
- Quadratic probing
- Double hashing
- Trees
- Binary search tree
- Red-Black tree