Aircraft Battle Game implemented with STM32F103RC
-
Updated
Jan 1, 2020 - C
Aircraft Battle Game implemented with STM32F103RC
Empirical comparison of an exact Θ(n·2ⁿ) brute force vs. a Θ(n log n) modified greedy heuristic (provable 1/2-approximation) on the Subset Sum problem. Brute force fits 1.868ⁿ with R²=0.9955; heuristic achieves 0.9848 mean quality ratio.
Add a description, image, and links to the cs301 topic page so that developers can more easily learn about it.
To associate your repository with the cs301 topic, visit your repo's landing page and select "manage topics."