Commit Graph

130 Commits

Author SHA1 Message Date
Shine wOng
14e6161a92 modify some mistakes. 2019-09-21 15:01:46 +08:00
Shine wOng
debc71787f finish chp17.md. 2019-09-21 14:45:15 +08:00
Shine wOng
1a4dc57035 create os conclusion on mutex -- chp17.md, not finished yet. 2019-09-21 11:34:04 +08:00
Shine wOng
ce6663bac3 update word.md. 2019-09-19 09:46:51 +08:00
Shine wOng
0c4e4d8f25 update words.md. 2019-09-18 14:03:41 +08:00
Shine wOng
106aac2e95 finish lab6_report.md 2019-09-17 18:48:15 +08:00
Shine wOng
02084006c9 first create lab6_report.md, not finished yet. 2019-09-17 11:29:57 +08:00
Shine wOng
b78d975a9d modify some mistakes in chp15.md. 2019-09-16 19:16:44 +08:00
Shine wOng
259f9612b2 add conclusions on scheduling -- chp15.md, along with some pictures. 2019-09-16 16:44:49 +08:00
Shine wOng
9e67f1b2b9 modify some mistakes in words.md. 2019-09-15 20:52:44 +08:00
Shine wOng
6f68edba95 finish leftist heap, all tests passed. 2019-09-15 20:08:57 +08:00
Shine wOng
d64b3d41a1 add syscall fork to lab5_report. 2019-09-15 10:03:32 +08:00
Shine wOng
cc15566cd2 update words.md. 2019-09-14 21:32:45 +08:00
Shine wOng
fe6b8a28f0 modify some hyperlinks to pictures. 2019-09-11 16:49:05 +08:00
Shine wOng
5e214126ab finish chp11.md, conclusion on process and thread, part one. 2019-09-11 16:44:56 +08:00
Shine wOng
ddb5ce5385 update words.md. 2019-09-11 15:11:15 +08:00
Shine wOng
0831544ed1 commit conclusion on process management chp11.md, not finished yet. 2019-09-10 21:52:30 +08:00
Shine wOng
9c78f0b14f commit words.md. 2019-09-10 16:01:23 +08:00
Shine wOng
cce1ce2426 finish lab5_report.md 2019-09-09 20:47:48 +08:00
Shine wOng
3ca37f2ec1 create lab5_report.md, not finished yet. 2019-09-09 16:54:46 +08:00
Shine wOng
1171fc5579 finish lab4_report.md 2019-09-05 20:23:02 +08:00
Shine wOng
86bc29584f add lab4_report.md, not finished yet. 2019-09-05 18:12:34 +08:00
Shine wOng
88f9a75073 fix some mistakes. 2019-09-02 20:31:49 +08:00
Shine wOng
636f1624d3 add a picture to lab3_report.md 2019-09-02 20:30:57 +08:00
Shine wOng
5a89fe54c5 finish lab3_report.md 2019-09-02 20:16:25 +08:00
Shine wOng
e17a1237ce first commit of lab3_report.md, not finished yet. 2019-09-02 19:18:35 +08:00
Shine wOng
ce851fa62b some modifications. 2019-09-02 14:08:18 +08:00
Shine wOng
3ec0ccb2f7 add global page replacement algorithm to chp9.md. 2019-09-02 13:59:35 +08:00
Shine wOng
9f248572e2 first commit of conclusion on chp9, not finished yet. 2019-09-02 08:30:23 +08:00
Shine wOng
79e67a3a2d modify some mistakes. 2019-08-31 17:47:56 +08:00
Shine wOng
04369a3c4f add a conclusion on chp8 of os. 2019-08-31 17:38:41 +08:00
Shine wOng
0e91815cbd finish lab2_report.md 2019-08-28 21:40:25 +08:00
Shine wOng
8fcc746406 modify the presentation of two images. 2019-08-28 19:19:55 +08:00
Shine wOng
5894e99465 add more to lab2_report, together with two images in ./images/, not finished yet. 2019-08-28 19:16:10 +08:00
Shine wOng
403ae6b550 create lab2_report.md, not finished yet. 2019-08-28 14:13:54 +08:00
Shine wOng
a97fdd2895 implement kmp algorithm, all tests passed. 2019-08-21 20:57:29 +08:00
Shine wOng
c543b8173f modity some mistakes. 2019-08-09 09:08:40 +08:00
Shine wOng
1c5eab7572 modify the representation of %. 2019-08-06 21:24:12 +08:00
Shine wOng
a5552b2b69 modify some errors in hash.md. 2019-08-06 21:20:31 +08:00
Shine wOng
153ec7a150 finish conclusions on hashtable. 2019-08-06 21:07:11 +08:00
Shine wOng
b0aac2bd73 finish conclusions on hash function. 2019-08-06 17:44:37 +08:00
Shine wOng
52c9dfa846 Create hash.md, not finished yet. 2019-08-06 17:16:20 +08:00
Shine wOng
2a8582ba72 complete the coding of complete binary heap, with all tests passed. 2019-08-05 21:37:59 +08:00
Shine wOng
4da20ee9c7 Complete red-black tree, with all tests passed. 2019-06-23 20:14:12 +08:00
Shine wOng
cf6af38144 create Red-Black tree head file, not tested yet. 2019-06-23 15:12:37 +08:00
Shine wOng
b7742f2e7e delete some useless file, such as .o file and elf file. 2019-06-18 21:00:15 +08:00
Shine wOng
b01efa7aa2 fix some errors in <B-tree.md>. 2019-06-18 20:41:26 +08:00
Shine wOng
587aa24985 Create a conclusion on B-tree <B-tree.md>, adding some supporting pictures as well. 2019-06-18 20:31:42 +08:00
Shine wOng
f2f921f715 Update AVL conclusion <AVL.md>, a vivid description is added. 2019-06-16 21:13:24 +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