Could someone extract the correct formula/code from this classical paper (I couldn't 😭): https://dl.acm.org/doi/pdf/10.1145/609742.609746
Thanks!
Could someone extract the correct formula/code from this classical paper (I couldn't 😭): https://dl.acm.org/doi/pdf/10.1145/609742.609746
Thanks!
Day 6
Very easy day. Used my whiteboard to suss out that this was a #QuadraticEquation (yes, I had to use my whiteboard to do this, and I'm not ashamed of being an embarrassment). Naturally, my solution uses the #QuadraticFormula to find the answers.
https://codeberg.org/Taywee/AdventOfCode-2023/src/branch/main/src/bin/day06.rs
Since we are doing projectile motion in #physics lab and using the #QuadraticFormula, I thought it would be fun to do a derivation.