Rijk's Knowledge Base
Contents
Devide and conquer (recursive)
Techniques
Devide and conquer (recursive)
#
Devide
the problem into subproblems
Conquer
the subproblems by recursion
Combime
the solutions of the subproblems into the global solution
Computer Science
Algorithms & Data Structures
Techniques
Efficiency
Linear Data Strucutres
Trees
Graphs
Sorting
Test
KNP
Computer Architecture