Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppichugin/manning-knapsack-problem
MANNING liveProject. Algorithm Projects with Go - The Knapsack Problem
https://github.com/ppichugin/manning-knapsack-problem
Last synced: about 2 months ago
JSON representation
MANNING liveProject. Algorithm Projects with Go - The Knapsack Problem
- Host: GitHub
- URL: https://github.com/ppichugin/manning-knapsack-problem
- Owner: ppichugin
- Created: 2024-02-23T12:46:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T17:43:12.000Z (10 months ago)
- Last Synced: 2024-06-20T23:32:35.493Z (6 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MANNING liveProject
---
### Six-Project Series:
[Six Small Algorithm Projects with Go](https://www.manning.com/liveprojectseries/six-small-algorithm-projects-with-go)---
### Project 6. The Knapsack Problem
[link to the project's description](https://www.manning.com/liveproject/the-knapsack-problem)---
#### Project outline
1. ✅ Exhaustive Search and Backtracking
2. ✅ Branch and Bound
3. ✅ Rod's Technique
4. ✅ Dynamic Programming