https://github.com/pyaillet/ctf-knapsack
https://github.com/pyaillet/ctf-knapsack
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyaillet/ctf-knapsack
- Owner: pyaillet
- Created: 2020-11-11T07:07:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T07:13:15.000Z (over 5 years ago)
- Last Synced: 2025-10-05T00:58:18.521Z (9 months ago)
- Language: Python
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CTF Knapsack
This project demonstrates the use of [Google OR-Tools](https://developers.google.com/optimization/bin/knapsack) to solve [a Knapsack problem](https://en.wikipedia.org/wiki/Knapsack_problem) seen in a CTF Challenge.