Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 300 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 300 Bytes

Algorithms

2019 COSE214 assignment

  1. Brute force Convex hull problem: brurte_convex_hull.c
  2. Divide-and-conquer Convec hull problem: efficient_convex_hull.c
  3. River crossing puzzle problem: pwgc.c
  4. Minimum edit distance / alignment: editdistance.c
  5. Huffman code implementation: huffman.c