krahets
|
d57469e2b8
|
Update slogan
|
1 year ago |
Yudong Jin
|
0e2ddba30f
|
Add the section of subset sum problem. (#558)
|
1 year ago |
krahets
|
fd8b9ce853
|
Update README and the landing page.
|
1 year ago |
krahets
|
c070d9f933
|
Update the landing page and README.
Add a example to algorithms_are_everywhere.md.
|
1 year ago |
Yudong Jin
|
29e6617ec1
|
Add the section of hash algorithm. Refactor the section of hash map. (#555)
|
1 year ago |
krahets
|
5a2a03416f
|
Update the section of hash collision.
|
1 year ago |
Yudong Jin
|
9563965a20
|
Add the codes of hashmap (#553)
of chaining and open addressing
|
1 year ago |
krahets
|
6c372542ae
|
Add new label.
|
1 year ago |
Yudong Jin
|
a111b94f23
|
feat: Add the section of Top-K problem (#551)
* Add the section of Top-K problem
* Update my_heap.py
* Update build_heap.md
* Update my_heap.py
|
1 year ago |
Yudong Jin
|
041a989d33
|
Add the chapter cover images (#528)
|
1 year ago |
krahets
|
fb72aa385e
|
Polish some texts.
|
2 years ago |
Yudong Jin
|
ee716a2c23
|
feat: Add the section of heap sort. (#516)
* Add the section of heap sort.
* Update heap_sort.cpp
|
2 years ago |
krahets
|
b9178bc7d6
|
Polish some texts.
|
2 years ago |
Yudong Jin
|
77b4f4c400
|
Add the section of selection sort. (#513)
|
2 years ago |
krahets
|
d3cc149c5a
|
Merge the chapter of binary tree and searching.
|
2 years ago |
Yudong Jin
|
b5eb9ca271
|
feat: Add the section of binary search edge. (#508)
* Add the section of binary search edge.
* Delete binary_search_rotation.py
|
2 years ago |
krahets
|
e66fc03399
|
Add Q&A to the chapter of data structure.
Update the section of character encoding.
|
2 years ago |
krahets
|
7cfe6d7efe
|
Add the section of number encoding
and character encoding
|
2 years ago |
krahets
|
db6caf0d43
|
Update n queens.
|
2 years ago |
Yudong Jin
|
67d647ab59
|
feat: Add the section of n queens problem (#483)
* Add the section of n queens problem
* Update n_queens.py
* Update n_queens.java
* Update n_queens.cpp
* Update n_queens.java
|
2 years ago |
Yudong Jin
|
c6eecfd0dc
|
feat: Add the section of permutations problem. (#476)
* Add the section of permutations problem.
* Update permutations_problem.md
|
2 years ago |
krahets
|
1d6b7a5644
|
Reconstruct the chapter of the tree.
|
2 years ago |
Yudong Jin
|
881d573790
|
Refactor the articles related to searching algorithm. Add the chapter of binary search. Add the section of searching algorithm revisited. (#464)
|
2 years ago |
krahets
|
0ade8d87ad
|
Update the page tree
|
2 years ago |
Yudong Jin
|
49606fd199
|
Add the chapter of backtracking. (#459)
|
2 years ago |
Yudong Jin
|
34a1bca627
|
Add the section of radix sort. (#441)
|
2 years ago |
krahets
|
c338a6d8d8
|
Add the section of bucket sort
|
2 years ago |
Yudong Jin
|
ceeb138487
|
Add the section of counting sort. (#427)
|
2 years ago |
krahets
|
ba78fead8e
|
Update README.md
|
2 years ago |
krahets
|
ca261a8f46
|
Update the chapter preface.
|
2 years ago |
krahets
|
dabe5d5c24
|
build
|
2 years ago |
krahets
|
f83bf7792c
|
Update the chapter preface and add the chapter appendix
|
2 years ago |
krahets
|
c2d641537e
|
Add summary for the chapters of introduction, hashing, heap, graph, sorting
|
2 years ago |
krahets
|
1a49631dba
|
Unify the headings in mkdocs.yml and the articles.
|
2 years ago |
krahets
|
5b44ff5397
|
Seperate the build_heap from the heap.
|
2 years ago |
krahets
|
f894199d58
|
Add lang blocks in graph_traversal.md
|
2 years ago |
krahets
|
9d3d8dd952
|
Add to the headings.
|
2 years ago |
krahets
|
85be0e286b
|
Update the figures in acl_tree.md
|
2 years ago |
krahets
|
ab9d1e538e
|
Update mkdocs.yml
|
2 years ago |
Yudong Jin
|
925e05fd03
|
feat: add the section of Graph Traversal (#367)
* Graph dev
* Add the section of Graph Traversal.
* Add missing Vertex.java
* Add mkdocs.yml
* Update numbering
* Fix indentation and update array.md
|
2 years ago |
krahets
|
ab0b432fcc
|
Update the year.
|
2 years ago |
krahets
|
ea901af217
|
1. Add the building util of Python
for the markdown docs.
2. Update the deploy.sh
|
2 years ago |
Yudong Jin
|
f14e3e4c57
|
Update linear_search and hashing_search.
|
2 years ago |
Yudong Jin
|
64517f2f46
|
Update graph operations.
|
2 years ago |
Yudong Jin
|
eb0afc98ec
|
Number the H1 and H2 headings.
|
2 years ago |
Yudong Jin
|
7060433b9d
|
Update the structure of the chapter Graph.
|
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
|
2622acc6a6
|
Remove offline plugin (#281)
|
2 years ago |
Yudong Jin
|
20ecc23275
|
Add offline plugin
|
2 years ago |
Yudong Jin
|
bbd915d706
|
Update heap.
|
2 years ago |
Yudong Jin
|
f34dde9c65
|
Add back-to-top button.
|
2 years ago |
Zhizhen He
|
507f07ac4b
|
fix typo
|
2 years ago |
Yudong Jin
|
f39636cb63
|
Update the structure of the chapter
of binary tree.
|
2 years ago |
Yudong Jin
|
b3d642fa85
|
Update C# folder name.
|
2 years ago |
Yudong Jin
|
e5e6553f82
|
Update font-family for better
rendering quality on Win10.
|
2 years ago |
Yudong Jin
|
26436c75a5
|
Update site description.
|
2 years ago |
Yudong Jin
|
46ce01c812
|
Enable copy to clipboard button
|
2 years ago |
Yudong Jin
|
47dd285100
|
Add auto hide style to the sidebar scrollwrap.
|
2 years ago |
Yudong Jin
|
ba9eb8557c
|
Update the table of content.
|
2 years ago |
Yudong Jin
|
0eebeea530
|
Update table of content
|
2 years ago |
Yudong Jin
|
5e9a5524d4
|
Update AVL Tree.
|
2 years ago |
Yudong Jin
|
ba91e25239
|
Rewrite the article, and code. Create figures.
|
2 years ago |
Yudong Jin
|
bc2561fb51
|
Add the chapter of hash map.
|
2 years ago |
Yudong Jin
|
e6d5a0c80d
|
Update README
|
2 years ago |
krahets
|
9a861140d8
|
Rearrange the chapters.
Start to translate codes from Java to Python.
|
2 years ago |
krahets
|
33237373e3
|
Add about me. Update contribution, suggestions,
merge_sort, installation, introduction, etc.
|
2 years ago |
krahets
|
0a52e531c1
|
Add merge sort, and sorting algorithm.
|
2 years ago |
krahets
|
550024f69b
|
Add quick sort.
|
2 years ago |
krahets
|
088f5f4ed1
|
Update edit uri
|
2 years ago |
krahets
|
33d79ea6da
|
Update docs for deployment on Vercel.
|
2 years ago |
krahets
|
e60dc5dc49
|
Add bubble sort, insertion sort.
|
2 years ago |
krahets
|
f9ac33097d
|
Update README.md
|
2 years ago |
krahets
|
f6ad1411f4
|
Add the chapter of searching.
|
2 years ago |
krahets
|
90634cef97
|
Update LICENSE.
|
2 years ago |
krahets
|
8876bb8d11
|
Update README
|
2 years ago |
krahets
|
2f8829d3f6
|
Add section of binary search tree.
Make all table align center.
|
2 years ago |
krahets
|
7fdb4d1443
|
Add a chapter of binary tree.
|
2 years ago |
krahets
|
ac8d0bcfeb
|
Add the chapter of stack and queue.
|
2 years ago |
krahets
|
8f8f6319af
|
Add Java codes, and license.
|
2 years ago |
krahets
|
f615ad42ef
|
first commit
|
2 years ago |