Contains data structure algorithms, I worked on, in my college practical course. Sorry I couldn't upload .c files as I lost them. I did have the .rtf and .docx files made for printing them. Below is their description. Though they do cover an algorithm, but these practicals had some customised aims, as specified in the files.
- Binarygg.rtf - Binary search and Insertion algorithm
- DSP6.rtf - Singly linked list
- DSP7.rtf - Doubly linked list
- DSP8.rtf - Infix to postfix expression conversion and evaluation
- polyggp_4.rtf - Polynomial addition
- radix.rtf - Radix sort algorithm
- recursiongg.rtf - Tower of Hanoi based on recursion
- Tree.rtf - Tree traversal using array/linked list
- SPARSEGG.C - Sparse matrix checking and Transpose evaluation