This repository contains advanced alogithms for searching , sorting and other operations.
Preffered languages - c++ and c.
Some of the Algorithms included are:-
1).Wavesort.
2).Insertionsort(reimplemented in more optimized way).
3).HuffmanCoding(A greedy algorihmic implementation).