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

https://github.com/pyaillet/ctf-knapsack


https://github.com/pyaillet/ctf-knapsack

Last synced: 9 months ago
JSON representation

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.