Difference between pages "Chapter 3" and "12.19"

From The Algorithm Design Manual Solution Wiki
(Difference between pages)
Jump to navigation Jump to search
 
(Created page with " Back to Chapter 12")
 
Line 1: Line 1:
=Data Structure=
 
  
===Stacks, Queues, and Lists===
 
  
[[3.1]]
+
Back to [[Chapter 12]]
 
 
3.2
 
 
 
[[3.3]]
 
 
 
3.4
 
 
 
[[3.5]]
 
 
 
3.6
 
 
 
[[3.7]]
 
 
 
 
 
===Elementray Data Structures===
 
 
 
3.8
 
 
 
[[3.9]]
 
 
 
3.10
 
 
 
===Trees and Other Dictionary Structures===
 
 
 
[[3.11]]
 
 
 
 
 
3.12
 
 
 
[[3.13]]
 
 
 
3.14
 
 
 
[[3.15]]
 
 
 
3.16
 
 
 
[[3.17]]
 
 
 
3.18
 
 
 
[[3.19]]
 
 
 
3.20
 
 
 
[[3.21]]
 
 
 
===Applications of Tree Structures===
 
 
 
3.22
 
 
 
[[3.23]]
 
 
 
3.24
 
 
 
[[3.25]]
 
 
 
3.26
 
 
 
[[3.27]]
 
 
 
3.28
 
 
 
[[3.29]]
 
 
 
3.30
 
 
 
[[3.31]]
 
 
 
===Implementation Projects===
 
 
 
3.32
 
 
 
[[3.33]]
 
 
 
===Interview Problems===
 
 
 
3.34
 
 
 
[[3.35]]
 
 
 
3.36
 
 
 
[[3.37]]
 
 
 
3.38
 
 
 
[[3.39]]
 
 
 
3.40
 
 
 
[[3.41]]
 
 
 
3.42
 
 
 
[[3.43]]
 
 
 
3.44
 
 
 
[[3.45]]
 
 
 
 
 
Back to [[Chapter List]]
 

Latest revision as of 21:11, 10 September 2020


Back to Chapter 12