Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 585 Bytes

Algorithms.md

File metadata and controls

31 lines (24 loc) · 585 Bytes

Longest Common Subsequence

Matrix Chain Order

N Queen

  • N Queen
  • N Queen with Obstacles

Palindromes

  • Number of Palindromes
  • Number of Longest Palindromes

Rod Cutting

  • Simple Rod Cutting
  • Rod Cutting with Cut Penalty

Sorting Algorithms

  • InsertionSort
  • BubbleSort
  • HeapSort
  • MergeSort
  • QuickSort
  • BucketSort
  • CountSort

Tower of Colorful Weighted Cubes

  • Tower of Colorful Weighted Cubed

Knapsack Problem

  • 0-1 Knapsack
  • Fractal Knapsack