Commit Graph

1078 Commits (docker-dev)

Author SHA1 Message Date
krahets e3fcf37afe python c++ c
12 months ago
Yudong Jin b824d149cb
fix: Several code bug fixes (#973)
12 months ago
hpstory 56b20eff36
feat(csharp) .NET 8.0 code migration (#966)
12 months ago
gonglja d960c99a1f
fix: bug fixes for array_hash_map.c and counting_sort.c (#968)
12 months ago
0x6AcE c5e37c1b41
Simplify the code in array.swift (#960)
12 months ago
selear 5b6fb34a82
fix: Use .equals() to compare two strings in Java (#961)
1 year ago
krahets a01363234c Add auto-build-and-check workflow for Java.
1 year ago
Yudong Jin f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler (#949)
1 year ago
krahets 49745cf2d2 Add the link of math.h lib in CMakeList.
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)
1 year ago
易春风 9baf4a1753
Use Vec.last() method to access the top item of stack. (#942)
1 year ago
Justin Tse 2b0cf6f9ab
fix: the bug for the array binary tree from ts and js code (#936)
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)
1 year ago
Yudong Jin d5ee877fd8
feat: Add Docker for code debugging (#927)
1 year ago
krahets 5f3ad1ed3d A few bug fixes.
1 year ago
Yudong Jin 23cce00e09
Fix Python build check script. (#911)
1 year ago
krahets 355cc3a6b1 Bug fixes to C code.
1 year ago
Yudong Jin 9c28619839
feat: Reimplement the graph code for C (#901)
1 year ago
krahets db5d1d21f3 Several bug fixes.
1 year ago
Justin Tse c37f0981f0
feat: refactor top_k.ts (#899)
1 year ago
lucas f98b337144
refactor: Re-implement hanota.c (#885)
1 year ago
Yudong Jin 492a69ebca
refactor: Replace vector with array in C code (#894)
1 year ago
krahets 5385057993 Replace "结点" with "节点".
1 year ago
nuomi1 7605cab160
feature(swift): Reimplement merge_sort and top_k (#898)
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
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)
1 year ago
liuyuxin a8b2350705
feat(dart): Add build check for Dart (#886)
1 year ago
Yudong Jin d26e811e10
Several bug fixes and improvements. (#887)
1 year ago
52coder 436b6fa9a6
Add C++ iterator example for C++ (#837)
1 year ago
Spark 2035aa0cf1
feat: iteration & recursion in Zig (#804)
1 year ago
Yudong Jin 19023148ba
feat: Update the implementation of hash_map_open_addressing.js and .ts (#881)
1 year ago
hpstory fb3ce050c1
feat(csharp): add .net building and testing workflow, solution file (#879)
1 year ago
krahets 17252b53a9 Format code and docs.
1 year ago
Reese Wellin 88a1e4aaac
refactor(JS, TS): Improve code readability in edit_distance (#860)
1 year ago
krahets d27890d98d Fix automating build workflow for Python
1 year ago
krahets b7c110e5ec Add build check with py_compile
1 year ago
sjinzh 0c470d19c8
upate build.zig (#874)
1 year ago
krahets 5aacf2dfe0 Improve Python code for importing modules.
1 year ago
krahets 1e49574332 Simplify struct declarations of C.
1 year ago
krahets 5392afd44b fix several bugs
1 year ago
Yudong Jin 51405c0669
add permutations_ii.c and re-implement permutations_i.c (#868)
1 year ago
lucas 37872726b0
feat: build_tree.c translation (#847)
1 year ago
Yudong Jin ea7275ab6a
add forLoopRecur in recursion.c (#866)
1 year ago