Yudong Jin
f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler ( #949 )
...
* Replace VLA with malloc
Replace VLA with malloc to make C code
compatible with cl compiler on Windows.
* Fix C code for CI compiler.
* Fix C code compability to CI.
* check the trigger
1 year ago
krahets
e4aa76ed3e
Fix build check trigger path of c and cpp.
1 year ago
krahets
49745cf2d2
Add the link of math.h lib in CMakeList.
1 year ago
Yudong Jin
a999db21ee
feat: Add auto-build-and-test workflow for C and C++ ( #948 )
...
* Add C auto-build-and-test workflow.
* Add auto-build-and-test workflow for C++.
1 year ago
liuyuxin
82f006372e
fix(Dart): Avoid using num as a variable name ( #946 )
1 year ago
Yudong Jin
fcbaf101a4
Several bug fixes and improvements ( #945 )
...
* Update Dockerfile for code debugging.
* Format Python code using Black.
* Improve dark theme by defining html classes for the figures, animations and cover images.
* Fix several glossary translation.
* Update a code comment.
* Fix climbing_stairs_backtrack: the pruning should not require the sorted choices list.
* Update the code of array and list traversal.
* Fix a rendering issue of README.md
* Update code of list traversal.
* Fix array_definition.png
* Update README.md
* Fix max_capacity_moving_short_board.png
* Fix array.dart
* Fix array.dart
* Fix array.dart
* Fix array.dart
1 year ago
易春风
9baf4a1753
Use Vec.last() method to access the top item of stack. ( #942 )
...
* Use Vec.last() method to access the top item of stack.
* Use Vec.last() method to access the top item of stack.
1 year ago
Justin Tse
2b0cf6f9ab
fix: the bug for the array binary tree from ts and js code ( #936 )
1 year ago
jiaxianhua
1f71f6f701
Update linked_list.md ( #935 )
...
There is no need to declare next
1 year ago
易春风
c81d5e091b
Unsize type must be greater than or equal to 0 ( #931 )
1 year ago
hpstory
99fd891d76
feat: add csharp sdk to dockerfile ( #929 )
...
* feature: add csharp sdk to dockerfile
* Update docker-compose.yml
* Update Dockerfile
* remove env file
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago
Yudong Jin
d5ee877fd8
feat: Add Docker for code debugging ( #927 )
...
* Update Dockerfile and docker-compose.yml
* Add Dockerfile for code debugging.
Add installation procedures of python, cpp and java.
1 year ago
Yudong Jin
f0c81ce048
Update basic_data_types.md and reduce size of assembling_blocks.png ( #926 )
...
* Convert a figure to png-8.
* Update basic_data_types.md
1 year ago
Yudong Jin
c6e7ea8112
Update the logo and favicon ( #924 )
...
* Update ieration_and_recursion.md
* Update the logo and favicon.
1 year ago
Yudong Jin
c7b863f705
Several bug fixes ( #919 )
...
* Fix index.md
* Update the badge in index.md
* Fix the programming languages order.
1 year ago
krahets
88099b96fa
Update index.md
1 year ago
Yudong Jin
7c70b5a466
Update README.md ( #918 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
1 year ago
krahets
5f3ad1ed3d
A few bug fixes.
1 year ago
JackYang-hellobobo
6c16276494
Update terminology.md ( #915 )
...
* Update terminology.md
对应链表linked list 为 linked list node ,而不应该是对应下文的列表list node
* Update terminology.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago
krahets
7f26e28280
Update preface.
1 year ago
Yudong Jin
23cce00e09
Fix Python build check script. ( #911 )
...
* Fix Python build check script.
* Update python code check workflow
* Update python test script.
* Compatible with Python >=3.9
* Compatible with Python >=3.10
* Fix errors in Windows
* test
* Add Python version in installation.md
* Update test_all.py
1 year ago
krahets
459697a131
Update README
1 year ago
krahets
71b9ded0b9
Remove the unused files.
1 year ago
Yudong Jin
0217624818
Update README ( #909 )
1 year ago
krahets
355cc3a6b1
Bug fixes to C code.
1 year ago
Yuelin Xin
f7dd05e7a4
Add missing terminologies ( #905 )
...
* Update terminology.md
* Update terminology.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago
krahets
33acfc0af7
Fix a typo
1 year ago
Yudong Jin
6133aa63ba
feat: Add the section of terminologies. ( #902 )
...
* Add the section of terminologies.
* fix format
1 year ago
krahets
e629864852
Prepare 1.0.0b6 release.
1 year ago
Yudong Jin
9c28619839
feat: Reimplement the graph code for C ( #901 )
...
* Reimplement the graph code for C
* Free memory of **vertices.
1 year ago
krahets
db5d1d21f3
Several bug fixes.
1 year ago
krahets
efbbfd8203
Reimplement the graph code for C
1 year ago
Justin Tse
c37f0981f0
feat: refactor top_k.ts ( #899 )
1 year ago
lucas
f98b337144
refactor: Re-implement hanota.c ( #885 )
...
* feat: re-impl hanota.c
* chore: Remove useless comment code
* Update hanota.c
* Update hanota.c
* Update print_util.h
* Update CMakeLists.txt
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago
Yudong Jin
492a69ebca
refactor: Replace vector with array in C code ( #894 )
...
* Re-implement merge sort function.
* Replace vector with array for C.
* fix
1 year ago
krahets
5385057993
Replace "结点" with "节点".
1 year ago
nuomi1
7605cab160
feature(swift): Reimplement merge_sort and top_k ( #898 )
...
* feat: Add swift-collections
* fix: use heap
* refactor: merge
* fix: import HeapModule
1 year ago
Yudong Jin
ba74d4bba7
Reduce the image files size for faster loading. ( #897 )
1 year ago
liuyuxin
1ab83bd3ef
refactor(dart): Re-implement merge sort function ( #896 )
1 year ago
krahets
bd8cda325e
A few improvements to the C code.
1 year ago
krahets
0e10274bb4
Update arrayToTree() and treeToArray() for C.
1 year ago
krahets
5b1a219b8b
Fine-tune code and texts.
1 year ago
易春风
3628b40f44
refactor: re-implement the rust codes of merge sort ( #891 )
1 year ago
liuyuxin
08311f954a
CI(dart): Cancel beta and dev Dart SDK ( #893 )
1 year ago
syd168
356db47cd4
Update array.md ( #890 )
...
* Update array.md
* Update array.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago
Yudong Jin
e441ee4e35
Re-implement merge sort function. ( #888 )
1 year ago
Yudong Jin
7822bf9cd4
feat: add top_k.c and refactor top_k.js ( #889 )
...
* Add top_k.c based on my_heap.c
* Improve the implementation of top_k.js
* Add a comment to top_k
1 year ago
krahets
9f4076d1c1
Update to checkout@v4
1 year ago
liuyuxin
a8b2350705
feat(dart): Add build check for Dart ( #886 )
...
* feat(dart): Add build check for Dart
* feat(dart): Add dart analyze to check
* fix(dart): remove dart analyze
* feat(dart): Ignore unused variable and add dart analyze
1 year ago
Yudong Jin
d26e811e10
Several bug fixes and improvements. ( #887 )
...
* fix the bugs of C code.
* Add a header figure.
* Improve the definition of tree node height.
1 year ago