THe folder of algorithm_one contains some classic examples of classic algorithmic strategies (divide and conquer, decreaseConquer, dynamicProgramming, greedy, backtracking, branch boundaries).There are GUI.
The folder of algorithm_two contains examples from leetcode.