/algorithm

study algorithm with python

Primary LanguagePython

algorithm

    1. search
    • binary
    1. sort
    • binary
    • merge
    • quick
  • Tree ( MST )

    • Prim
    • Kruskal
    1. Dynamic Programming
    1. Greedy
    • knapsack
  • 기말고사

      1. Back Tracking
      • N-Queens
      • Graph Coloring (m-coloring problem)
      • knapsack
      1. Branch and Bound
      • knapsack
      • TSP
      1. Computational Complexity
      • Best, Worst Time Complexity
      • Heap sort