Commit Graph

11 Commits

Author SHA1 Message Date
mgisr
24077ae392 fix(avl tree): fix all issue 2022-12-04 08:22:37 +08:00
mgisr
641cf74afc feat(codes/cpp/include/TreeNode.cpp): add 'parent' and 'height' field 2022-12-03 17:17:58 +08:00
mgisr
84825a22d9 fix(codes/cpp/include/TreeNode.hpp): Fix 'vecToTree' function 2022-12-01 09:09:34 +08:00
Yudong Jin
8669e06414 Update stack and queue. 2022-11-30 02:27:26 +08:00
Yudong Jin
d2db8b8d60 Add C++ code for the chapter binary tree. 2022-11-29 02:21:49 +08:00
Yudong Jin
980eaf65e0 Add a lib in include.hpp 2022-11-29 00:37:07 +08:00
Yudong Jin
a8afc963b6
Update PrintUtil.hpp
Reverse the stack before printing.
2022-11-28 20:51:12 +08:00
qualifier1024
26f9d6363e
Update PrintUtil.hpp
补充了stack打印方法,形式为"top->num1, num2]"
我不确定这么做是否规范
2022-11-28 09:32:05 +08:00
Yudong Jin
731e98fc25 Add C++ codes for the chapter
array and linked list.
2022-11-27 19:07:35 +08:00
Yudong Jin
19a4ccd86a Add cpp codes for the chapter
computational complexity, sorting, searching.
2022-11-27 04:20:30 +08:00
krahets
9a861140d8 Rearrange the chapters.
Start to translate codes from Java to Python.
2022-11-25 02:04:38 +08:00