Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 284 Bytes

File metadata and controls

7 lines (6 loc) · 284 Bytes

Algorithm-Theory-Implementations

Implementations of some well known algorithms and data structures.

  1. Algorithmic Encoding and Decoding.
  2. Huffman Coding (with Decoding).
  3. Annealing Algorithm (Travelling salesman problem).
  4. Genetic Algorithm (Travelling salesman problem).