Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 393 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 393 Bytes

about

Some important algorithms implementation


problems

  • combining merge sort and insertion sort for better time complexity
  • inversion count in merge sort
  • multiply big numbers with karatsuba algorithm
  • recursive insertion sort
  • coin changing problem
  • huffman coding problem
  • interval graph coloring
  • weighted lecture scheduling
  • LIS
  • LPS
  • chain matrix multiplication