This is my attempt to make a small library which contains standard data structure and algorithms which were taught in my course on Algorithms.
Data Structures Implemented:-
- Doubly Linked List
Algorithms Implemented:-
- Sorting Algorithms
- Implement heapSort.
- various checks to avoid segfault.
- use long int or long long int instead of int.
MIT