├── README.md ├── mc0 ├── vc++6.0(win10).zip └── 《2013年王道论坛计算机考研机试指南》.pdf ├── mc1 ├── 1_1sort.cpp ├── 1_2date.cpp ├── 1_3hash.cpp ├── 1_4basket.cpp ├── 1_4trapezoid.cpp ├── 1_5binary_search.cpp ├── 1_6greedy.cpp ├── 第一章讲解.pdf └── 第一章重点内容.docx ├── mc2 ├── 2_1bracketMatching.cpp ├── 2_1calculator.cpp ├── 2_2huffmanTree.cpp ├── 2_3bTreeTra.cpp ├── 2_4bTreeSort.cpp ├── 第二章讲解.pdf └── 第二章重点内容.docx ├── mc3 ├── 3_1.formatNum.cpp ├── 3_10.cpp ├── 3_2supMul.cpp ├── 3_3numSysConv.cpp ├── 3_4gcd.cpp ├── 3_5lcm.cpp ├── 3_6priNumJudge.cpp ├── 3_7numOfquaFac.cpp ├── 3_8dichotomousPower.cpp └── 3_9factorialN.cpp ├── mc4 ├── 4_1disjointSetUnion.cpp ├── 4_2kruskal.cpp └── 4_3floydOrDijkstra.cpp ├── mc5 ├── 5_1enumerate.cpp ├── 5_2bfs.cpp ├── 5_3recursive.cpp └── 5_4dfs.cpp └── mc6 ├── 6_1stair.cpp ├── 6_2Longest_increasing_subsequence.cpp ├── 6_3Longest_common_subsequence.cpp ├── 6_4dp.cpp └── 6_5backpack.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/README.md -------------------------------------------------------------------------------- /mc0/vc++6.0(win10).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc0/vc++6.0(win10).zip -------------------------------------------------------------------------------- /mc0/《2013年王道论坛计算机考研机试指南》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc0/《2013年王道论坛计算机考研机试指南》.pdf -------------------------------------------------------------------------------- /mc1/1_1sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/1_1sort.cpp -------------------------------------------------------------------------------- /mc1/1_2date.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/1_2date.cpp -------------------------------------------------------------------------------- /mc1/1_3hash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/1_3hash.cpp -------------------------------------------------------------------------------- /mc1/1_4basket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/1_4basket.cpp -------------------------------------------------------------------------------- /mc1/1_4trapezoid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/1_4trapezoid.cpp -------------------------------------------------------------------------------- /mc1/1_5binary_search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/1_5binary_search.cpp -------------------------------------------------------------------------------- /mc1/1_6greedy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/1_6greedy.cpp -------------------------------------------------------------------------------- /mc1/第一章讲解.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/第一章讲解.pdf -------------------------------------------------------------------------------- /mc1/第一章重点内容.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc1/第一章重点内容.docx -------------------------------------------------------------------------------- /mc2/2_1bracketMatching.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc2/2_1bracketMatching.cpp -------------------------------------------------------------------------------- /mc2/2_1calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc2/2_1calculator.cpp -------------------------------------------------------------------------------- /mc2/2_2huffmanTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc2/2_2huffmanTree.cpp -------------------------------------------------------------------------------- /mc2/2_3bTreeTra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc2/2_3bTreeTra.cpp -------------------------------------------------------------------------------- /mc2/2_4bTreeSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc2/2_4bTreeSort.cpp -------------------------------------------------------------------------------- /mc2/第二章讲解.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc2/第二章讲解.pdf -------------------------------------------------------------------------------- /mc2/第二章重点内容.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc2/第二章重点内容.docx -------------------------------------------------------------------------------- /mc3/3_1.formatNum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_1.formatNum.cpp -------------------------------------------------------------------------------- /mc3/3_10.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mc3/3_2supMul.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_2supMul.cpp -------------------------------------------------------------------------------- /mc3/3_3numSysConv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_3numSysConv.cpp -------------------------------------------------------------------------------- /mc3/3_4gcd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_4gcd.cpp -------------------------------------------------------------------------------- /mc3/3_5lcm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_5lcm.cpp -------------------------------------------------------------------------------- /mc3/3_6priNumJudge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_6priNumJudge.cpp -------------------------------------------------------------------------------- /mc3/3_7numOfquaFac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_7numOfquaFac.cpp -------------------------------------------------------------------------------- /mc3/3_8dichotomousPower.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_8dichotomousPower.cpp -------------------------------------------------------------------------------- /mc3/3_9factorialN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc3/3_9factorialN.cpp -------------------------------------------------------------------------------- /mc4/4_1disjointSetUnion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc4/4_1disjointSetUnion.cpp -------------------------------------------------------------------------------- /mc4/4_2kruskal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc4/4_2kruskal.cpp -------------------------------------------------------------------------------- /mc4/4_3floydOrDijkstra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc4/4_3floydOrDijkstra.cpp -------------------------------------------------------------------------------- /mc5/5_1enumerate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc5/5_1enumerate.cpp -------------------------------------------------------------------------------- /mc5/5_2bfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc5/5_2bfs.cpp -------------------------------------------------------------------------------- /mc5/5_3recursive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc5/5_3recursive.cpp -------------------------------------------------------------------------------- /mc5/5_4dfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc5/5_4dfs.cpp -------------------------------------------------------------------------------- /mc6/6_1stair.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc6/6_1stair.cpp -------------------------------------------------------------------------------- /mc6/6_2Longest_increasing_subsequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc6/6_2Longest_increasing_subsequence.cpp -------------------------------------------------------------------------------- /mc6/6_3Longest_common_subsequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc6/6_3Longest_common_subsequence.cpp -------------------------------------------------------------------------------- /mc6/6_4dp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc6/6_4dp.cpp -------------------------------------------------------------------------------- /mc6/6_5backpack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JeriYang/MachineTestCode/HEAD/mc6/6_5backpack.cpp --------------------------------------------------------------------------------