Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 234 Bytes

File metadata and controls

6 lines (5 loc) · 234 Bytes

Algorithm-Design

  1. Travelling Salesman Problem.
  2. Trying to solve an NP-hard problem (task scheduling) with heuristics.
  3. Using Dynamic Programming to solve a scheduling problem.
  4. Solving a maze problem with graph algorithms.