Skip to content

noparkee/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages