Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuliquan/algorithm_puzzles_book_code
code for algorithm puzzle
https://github.com/zhuliquan/algorithm_puzzles_book_code
Last synced: about 2 months ago
JSON representation
code for algorithm puzzle
- Host: GitHub
- URL: https://github.com/zhuliquan/algorithm_puzzles_book_code
- Owner: zhuliquan
- Created: 2023-06-18T12:11:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-10T16:16:17.000Z (over 1 year ago)
- Last Synced: 2024-06-21T01:50:54.553Z (7 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algorithm_puzzles_book_code
code for book **algorithm puzzle**
|puzzle|code|
|:-:|:-:|
|wolf goat vegetable cross river| [puzzles_01](https://github.com/zhuliquan/algorithm_puzzles_book_code/blob/master/algorithm_puzzles/puzzles_001_wolf_goat_vegetable_cross_river/README.md) |
|selecting gloves| [puzzles_02](https://github.com/zhuliquan/algorithm_puzzles_book_code/blob/master/algorithm_puzzles/puzzles_002_selecting_gloves/README.md) |
|rectangle split triangles | [puzzles_03](https://github.com/zhuliquan/algorithm_puzzles_book_code/blob/master/algorithm_puzzles/puzzles_003_rectangle_split_triangle/README.md) |
|ferry soldiers|[puzzles_04](https://github.com/zhuliquan/algorithm_puzzles_book_code/blob/master/algorithm_puzzles/puzzles_004_ferry_soldiers/README.md)|
| row and column transpose | [puzzles_05](https://github.com/zhuliquan/algorithm_puzzles_book_code/tree/master/algorithm_puzzles/puzzles_005_row_and_column_transformation/README.md) |