Please enable JavaScript.
Coggle requires JavaScript to display documents.
M6 (Space & Time Trade-off, Divide and conquer, Sets: Unordered…
M6
-
Divide and conquer
- problem is divided into several subproblems of the same type
- The subproblems are solved
- the solutions are combined if necessary
-
-
Dictionaries
-
searching for item, adding new item and removing item
an efficient Dictionary has to strike a compromisse between the efficiency of searching and the other two operations