Skip to content

Logistics-Shypz/Programming

 
 

Repository files navigation

algorithm_puzzles

code for some puzzles collected Heuristics For Algorithm Problems: (1) Horizontal Thinking - Find the type of the problem (combination, sort, traversal, etc) - Use routines (search routine for backtracking, loop routine for combinatorial problems) (2) Vertical Thinking - Analyze specific instances to find patterns (hint for horizontal thinking) - Recursion - Divide and Conquer / Decrease and Conquer - Sort

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.6%
  • MATLAB 21.6%
  • Jupyter Notebook 1.3%
  • OpenEdge ABL 0.3%
  • Shell 0.2%
  • Batchfile 0.0%