Ekta Garg
Ekta Garg
**Implement any algorithm:** 1. [Huffman coding algorithm](https://www.techiedelight.com/huffman-coding/) 2. [Dijkstra's algorithm](https://www.geeksforgeeks.org/dijkstras-shortest-path-algorithm-greedy-algo-7/) 3. [Prim's algorithm](https://www.geeksforgeeks.org/prims-algorithm-simple-implementation-for-adjacency-matrix-representation/) [DONE] 4. [Kruskal's algorithm](https://www.geeksforgeeks.org/kruskals-algorithm-simple-implementation-for-adjacency-matrix/) [DONE] 5. [Tim sort](https://www.javatpoint.com/tim-sort) [DONE] 6. [Cocktail sort](https://www.javatpoint.com/cocktail-sort) [DONE] 7. [Cycle sort](https://www.javatpoint.com/cycle-sort) [DONE]...