Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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