Difference between revisions of "Chapter 9"

From The Algorithm Design Manual Solution Wiki
Jump to navigation Jump to search
(Created page with "Problems Back to Chapter List")
 
Line 1: Line 1:
Problems
+
=Combinatorial Search=
 +
 
 +
===Permutations===
 +
 
 +
:[[9.1]]
 +
 
 +
 
 +
:9.2
 +
 
 +
 
 +
:[[9.3]]
 +
 
 +
 
 +
:9.4
 +
 
 +
 
 +
:[[9.5]]
 +
 
 +
 
 +
===Backtracking===
 +
 
 +
:9.6
 +
 
 +
 
 +
:[[9.7]]
 +
 
 +
 
 +
:9.8
 +
 
 +
 
 +
:[[9.9]]
 +
 
 +
 
 +
:9.10
 +
 
 +
 
 +
:[[9.11]]
 +
 
 +
 
 +
:9.12
 +
 
 +
 
 +
:[[9.13]]
 +
 
 +
 
 +
:9.14
 +
 
 +
 
 +
:[[9.15]]
 +
 
 +
 
 +
===Games and Puzzles===
 +
 
 +
:9.16
 +
 
 +
 
 +
:[[9.17]]
 +
 
 +
 
 +
:9.18
 +
 
 +
 
 +
:[[9.19]]
 +
 
 +
 
 +
:9.20
 +
 
 +
 
 +
===Combinatorial Optimization===
 +
 
 +
:[[9.21]]
 +
 
 +
 
 +
:9.22
 +
 
 +
 
 +
:[[9.23]]
 +
 
 +
 
 +
:9.24
 +
 
 +
 
 +
:[[9.25]]
 +
 
 +
 
 +
:9.26
 +
 
 +
 
 +
:[[9.27]]
 +
 
 +
 
 +
===Interview Problems===
 +
 
 +
:9.28
 +
 
 +
 
 +
:[[9.27]]
 +
 
 +
 
 +
:9.28
 +
 
 +
 
 +
:[[9.29]]
 +
 
 +
 
 +
:9.30
 +
 
 +
 
 +
:[[9.31]]
 +
 
 +
 
 +
:9.32
 +
 
 +
 
 +
:[[9.33]]
  
  
 
Back to [[Chapter List]]
 
Back to [[Chapter List]]

Revision as of 19:18, 7 September 2020

Combinatorial Search

Permutations

9.1


9.2


9.3


9.4


9.5


Backtracking

9.6


9.7


9.8


9.9


9.10


9.11


9.12


9.13


9.14


9.15


Games and Puzzles

9.16


9.17


9.18


9.19


9.20


Combinatorial Optimization

9.21


9.22


9.23


9.24


9.25


9.26


9.27


Interview Problems

9.28


9.27


9.28


9.29


9.30


9.31


9.32


9.33


Back to Chapter List