hello-algo/codes/typescript
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 Several bug fixes and improments. 2023-09-24 19:35:32 +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 Add JavaScript and TypeScript code of top_k and update some code style (#686) 2023-08-17 05:00:35 +08:00
chapter_greedy Format JS and TS code. 2023-09-02 23:07:47 +08:00
chapter_hashing feat: Update the implementation of hash_map_open_addressing.js and .ts (#881) 2023-10-24 23:46:34 +08:00
chapter_heap feat: refactor top_k.ts (#899) 2023-10-28 14:27:52 +08:00
chapter_searching Format JS and TS code. 2023-09-02 23:07:47 +08:00
chapter_sorting Re-implement merge sort function. (#888) 2023-10-26 02:56:33 +08:00
chapter_stack_and_queue fix: modify a function name in array_stack.js(ts) and array_queue.js(ts) (#739) 2023-09-13 03:00:39 +08:00
chapter_tree fix: the bug for the array binary tree from ts and js code (#936) 2023-11-13 14:06:17 +08:00
modules Bug fixes to C code. 2023-11-01 05:14:22 +08:00
.gitignore Update TypeScript codes. 2023-02-02 03:08:43 +08:00
.prettierrc Fomrat the JS and TS codes with prettier. 2023-04-17 21:58:11 +08:00
tsconfig.json Fomrat the JS and TS codes with prettier. 2023-04-17 21:58:11 +08:00