Yudong Jin
a005c6ebd3
Some improvements ( #1073 )
...
* Update avatar's link in the landing page
* Bug fixes
* Move assets folder from overrides to docs
* Reduce figures' corner radius
* Update copyright
* Update header image
* Krahets -> krahets
* Update the landing page
9 months ago
Yudong Jin
f68bbb0d59
Update the book based on the revised second edition ( #1014 )
...
* Revised the book
* Update the book with the second revised edition
* Revise base on the manuscript of the first edition
11 months ago
Yudong Jin
e720aa2d24
feat: Revised the book ( #978 )
...
* Sync recent changes to the revised Word.
* Revised the preface chapter
* Revised the introduction chapter
* Revised the computation complexity chapter
* Revised the chapter data structure
* Revised the chapter array and linked list
* Revised the chapter stack and queue
* Revised the chapter hashing
* Revised the chapter tree
* Revised the chapter heap
* Revised the chapter graph
* Revised the chapter searching
* Reivised the sorting chapter
* Revised the divide and conquer chapter
* Revised the chapter backtacking
* Revised the DP chapter
* Revised the greedy chapter
* Revised the appendix chapter
* Revised the preface chapter doubly
* Revised the figures
12 months ago
krahets
2626de8d0b
Polish the chapter
...
introduction, computational complexity.
1 year ago
krahets
11c835d79c
Update the section of heap.
2 years ago
krahets
145975b335
Rename the common modules in Java, C++ and C.
2 years ago
krahets
3590262c7e
Modify the exception handling in Java and Python.
2 years ago
krahets
f8513455b5
Format the Java codes with the Reat Hat extension.
2 years ago
Yudong Jin
1c8b7ef559
refactor: Replace 结点 with 节点 ( #452 )
...
* Replace 结点 with 节点
Update the footnotes in the figures
* Update mindmap
* Reduce the size of the mindmap.png
2 years ago
Yudong Jin
28aacccf44
refactor: Replace 'poll' with 'pop' in Heap ( #416 )
2 years ago
krahets
300016393b
Add code source blocks to the chapter Graph.
...
Fix "函数" and "方法"
2 years ago
krahets
8f512c2840
Update code extractor of Java.
2 years ago
Yudong Jin
f58068c838
Add the chapter of Graph ( #303 )
...
* Update the chapter graph
* Update the chapter graph
* Update the chapter graph
* Update the chapter graph
2 years ago
Yudong Jin
592e82818c
Update a comment in my_heap.
2 years ago
Yudong Jin
3abcefae99
Update heap.
2 years ago
Yudong Jin
5ab3513b5a
Update heap
2 years ago
Yudong Jin
6b3c87399b
Add time complexity in stack, queue, deque. Update heap.
2 years ago
Yudong Jin
ecabb4077b
Update codes of heap.java and my_heap.java
2 years ago
Yudong Jin
e8f7d8f8ba
Update .gitignore
2 years ago
Yudong Jin
dcc3b2e35b
Optimize arrToTree function
...
in java, cpp, py, go, js, ts.
2 years ago