Skip to content

chanheki/AlgorithmicProblemSolvingStrategies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgorithmicProblemSolvingStrategies



Algorithm solving strategies

  1. Read and understand the problem

  2. Redefine the problem in familiar terms. (Redefine and abstract)

  3. Make a plan for how to solve it

  4. Validate the plan

  5. Implement it in a program

  6. Reflect on how you solved the problem and look for ways to improve.

  • Plans
  • BruteForce
  • Divide & Conquer
  • DynamicProgramming

Releases

No releases published

Packages

No packages published

Languages