hello-algo/codes/zig
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
2023-11-14 21:27:35 +08:00
..
chapter_array_and_linkedlist Several bug fixes and improvements (#945) 2023-11-14 21:27:35 +08:00
chapter_computational_complexity feat: iteration & recursion in Zig (#804) 2023-10-24 23:49:13 +08:00
chapter_dynamic_programming Several bug fixes and improvements (#945) 2023-11-14 21:27:35 +08:00
chapter_hashing upgrade zig codes to 0.11.0-dev.3379+629f0d23b (#563) 2023-06-25 20:59:00 +08:00
chapter_heap Polish the chapter 2023-08-20 14:51:39 +08:00
chapter_searching zig : upgrade codes && rust : add codes for chapter_searching and chapter_dynamic_programming. (#591) 2023-07-10 01:32:12 +08:00
chapter_sorting zig : upgrade codes && rust : add codes for chapter_searching and chapter_dynamic_programming. (#591) 2023-07-10 01:32:12 +08:00
chapter_stack_and_queue Polish the chapter of array and linkedlist 2023-08-17 05:13:19 +08:00
chapter_tree fix binary_search_tree code 2023-08-31 02:31:31 +08:00
include Bug fixes to C code. 2023-11-01 05:14:22 +08:00
.gitignore zig : upgrade codes && rust : add codes for chapter_searching and chapter_dynamic_programming. (#591) 2023-07-10 01:32:12 +08:00
build.zig feat: iteration & recursion in Zig (#804) 2023-10-24 23:49:13 +08:00