forked from walkthetalk/study_solution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
73 lines (65 loc) · 2.01 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
% we use asy to draw figures without text
% we use metapost to draw figures with text in document
% 1. use asy+context to draw text is too pain
% 2. the clip fuction provided by metapost is too simple
% setting environment from command line
%\environment envcmm
% where \product and \component look for TeX input files
\usepath[{chapters,fig}]
\startproduct CLRS_notes
%\showframe
\component c_frontcover
\startfrontmatter
\component c_front
\stopfrontmatter
\startbodymatter
\part{Foundations}
\component c_getting_started
\component c_growth_of_functions
\component c_divide_and_conquer
\component c_probabilistic_analysis_randomized_algorithms
\part{Sorting and Order Statistics}
\component c_heapsort
\component c_quicksort
\component c_sorting_in_linear_time
\component c_median_and_order_statistics
\part{Data Structures}
\component c_elementary_data_structures
\component c_hash_tables
\component c_binary_search_trees
\component c_red_black_trees
\component c_augmenting_data_structures
\part{Advanced Design and Analysis Techniques}
\component c_dynamic_programming
\component c_greedy_algorithms
\component c_amortized_analysis
\part{Advanced Data Structures}
\component c_b_trees
\component c_fibonacci_heaps
\component c_van_emde_boas_trees
\component c_data_structures_for_disjoint_sets
\part{Graph Algorithms}
\component c_elementary_graph_algorithms
\component c_minimum_spanning_trees
\component c_single_source_shortest_paths
\component c_all_pairs_shortest_paths
\component c_maximum_flow
\part{Selected Topics}
\component c_multithreaded_algorithms
\component c_matrix_operations
\component c_linear_programming
\component c_polynomials_and_the_fft
\component c_number_theoretic_algorithms
\component c_string_matching
\component c_computational_geometry
\component c_np_completeness
\component c_approximation_algorithms
\stopbodymatter
\startappendices
\part{Appendix: Mathematical Background}
\component c_summations
\component c_sets_etc
\component c_counting_and_probability
\component c_matrices
\stopappendices
\stopproduct