Project Euler #22 (in C): Names Scores
Sort names into alphabetic order, give them alphabetic scores, and multiply by their sorted position
Mistakes:
-Said 'A' and 'B' were 25/26 a couple times, meant to say 65/66 for ASCII int values for 'A' / 'B'
-Said and typed subtract number from 'A', meant to put subtract 'A' from the number (otherwise it'd be negative for signed integers, and that's no good)
----------------------------------------------------------------------------------------------------------------------------------------
Twitch:
Like Streamers or games? Catch me live sometime in the future when life finds a way and time is made to persuade laziness to take a hike (streams will happen when they happen) - https://www.twitch.tv/queso_fuego
Stream archive - https://www.youtube.com/channel/UCxi12g3jdQMFiFTA5GVcGMA
Contact:
email - fuegoqueso@gmail.com
twitter - @Queso_Fuego
Thoughts/Notes/Suggestions/Other - Drop a message in the video comments
Credits:
Coffee:
"Irish Cream" flavored coffee from CoffeeAM (Not Sponsored): https://www.coffeeam.com/irish-cream-flavored-coffee.html
Music from https://incompetech.com:
"Your Call" by Kevin MacLeod (https://incompetech.com)
Licence: CC BY (http://creativecommons.org/licenses/by/4.0/)
The blue title tags:
#programming #projecteuler #math