hello-algo/codes/swift
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(Swift): update min_cost_climbing_stairs_dp and hash_map_open_addressing (#792) 2023-09-24 09:50:09 -05: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 the codes of hashmap (#553) 2023-06-14 02:01:06 +08:00
chapter_greedy Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_hashing feat(Swift): update min_cost_climbing_stairs_dp and hash_map_open_addressing (#792) 2023-09-24 09:50:09 -05:00
chapter_heap Several bug fixes. 2023-10-29 00:09:54 +08:00
chapter_searching Feature/chapter searching swift (#673) 2023-08-06 23:09:32 +08:00
chapter_sorting feature(swift): Reimplement merge_sort and top_k (#898) 2023-10-27 22:59:54 +08:00
chapter_stack_and_queue Polish the chapter of array and linkedlist 2023-08-17 05:13:19 +08:00
chapter_tree refactor: remove buildTree (#716) 2023-09-02 19:47:54 +08:00
utils Bug fixes to C code. 2023-11-01 05:14:22 +08:00
.gitignore feat: add .gitignore file for Swift 2023-01-02 21:40:19 +08:00
Package.resolved feature(swift): Reimplement merge_sort and top_k (#898) 2023-10-27 22:59:54 +08:00
Package.swift feature(swift): Reimplement merge_sort and top_k (#898) 2023-10-27 22:59:54 +08:00