hello-algo/codes/dart
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_backtracking fix several bugs 2023-10-17 23:45:31 +08:00
chapter_computational_complexity feat(dart): Add build check for Dart (#886) 2023-10-25 23:15:53 +08:00
chapter_divide_and_conquer fix build_tree, binary_search_tree.cs 2023-09-15 02:08:09 +08:00
chapter_dynamic_programming Several bug fixes and improvements (#945) 2023-11-14 21:27:35 +08:00
chapter_graph Update Dart code to output same as Java (#522) 2023-05-30 13:00:16 +08:00
chapter_greedy feat: Add Dart codes for chapter_dynamic_programming and chapter_greedy (#683) 2023-08-13 19:29:54 +08:00
chapter_hashing feat(dart): add forLoopRecur and update HashMapOpenAddressing (#802) 2023-09-25 22:04:13 -05:00
chapter_heap feat: add top_k.c and refactor top_k.js (#889) 2023-10-26 02:54:19 +08:00
chapter_searching Add missing Dart codes and fix some errors (#689) 2023-08-17 05:04:38 +08:00
chapter_sorting refactor(dart): Re-implement merge sort function (#896) 2023-10-27 16:00:26 +08:00
chapter_stack_and_queue fine tune 2023-09-17 01:13:15 +08:00
chapter_tree fine tune 2023-09-17 01:13:15 +08:00
utils Bug fixes to C code. 2023-11-01 05:14:22 +08:00
build.dart feat(dart): Add build check for Dart (#886) 2023-10-25 23:15:53 +08:00