Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 335 Bytes

Advanced-Algorithms

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).