This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:discrete:fall2021:projects:pnf3 [2021/09/23 03:42] – Added upward versus downward display section smalik3 | notes:discrete:fall2021:projects:pnf3 [2021/09/23 06:09] (current) – Added reference for TIC-80 "missing" manual smalik3 | ||
---|---|---|---|
Line 7: | Line 7: | ||
=====Objective===== | =====Objective===== | ||
+ | |||
Using the TIC-80 fantasy console simulator on your pi, implement a program that visually displays a graph of the timed results of your various prime algorithms (brute force, brute force + optimizations, | Using the TIC-80 fantasy console simulator on your pi, implement a program that visually displays a graph of the timed results of your various prime algorithms (brute force, brute force + optimizations, | ||
Line 50: | Line 51: | ||
While you may be able to scale and display data appropriately, | While you may be able to scale and display data appropriately, | ||
+ | |||
+ | In order for the bottom left to be treated as the origin (as we expect in a normal graph), the pointers must be subtracted from their respective maximum-possible value from the scaler. | ||
+ | |||
+ | If we were to assume 50 is the maximum possible x-value, then we do " | ||
=====References===== | =====References===== | ||
https:// | https:// | ||
+ | |||
+ | https:// | ||
https:// | https:// |