Commit Graph

15 Commits

Author SHA1 Message Date
Shine wOng
afb7505be1 update thu_dsa/chp2/chp2.md, and add exercises.md. 2019-10-19 18:06:57 +08:00
Shine wOng
9f25b126dc Create B-Tree class--<BTree.h>, <BTNode.h>, with all tests passed. Tests are stored in <test_BTree.cpp> 2019-06-16 12:56:10 +08:00
Shine wOng
3880e2125a Add a constructor to Vector.h. Test class GraphMatrix, all tests passed. Dfs and Bfs remained to be done. 2019-06-03 21:40:02 +08:00
Shine wOng
c13e3acaee merge class Fib into the Vector.h file, delete the original Fib.h file, in order to obtain high usability. 2019-05-25 18:14:14 +08:00
Shine wOng
3f95c2cb62 add insertion_sort and selection_sort to List class, tests completed 2019-05-19 15:05:28 +08:00
Shine wOng
ba403fcde0 some small modifications 2019-05-16 18:31:13 +08:00
Shine wOng
3dd8cd9221 add conclusion of dsa's chp2 & os lab1_report of former four exercises 2019-05-16 18:24:16 +08:00
Shine wOng
0ab96e17f7 add conclusion on master theorem 2019-05-15 09:10:10 +08:00
Shine wOng
b283bec82f add interpolation_search & mergeSort as well as corresponding tests 2019-05-13 19:38:47 +08:00
Shine wOng
47d0086d38 add Fib class, testFib.cpp, fib_search and bubbleSort 2019-05-13 14:05:00 +08:00
Shine wOng
bc89fab071 add uniquify search & binary_search method 2019-05-12 20:09:40 +08:00
Shine wOng
7c42e9275f add unique and map method 2019-05-09 14:45:42 +08:00
Shine wOng
5fcb737fc0 merge Vector.cpp to Vector.h, and thus delete Vector.cpp 2019-05-08 20:45:48 +08:00
Shine wOng
1467421e9c add basic vector operation, test passed. 2019-05-08 20:43:35 +08:00
Shine wOng
75ae7e0800 add Vector class(unfinished 2019-05-08 11:00:10 +08:00