Skip to content

Commit

Permalink
Update a-day-in-the-life-swe-intern-nasa-brandon-lam.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom authored Aug 3, 2023
1 parent 44ee84f commit b40ffc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blogs/a-day-in-the-life-swe-intern-nasa-brandon-lam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you’re interested in attending a hackathon, sign up for the [Space Apps Cha

The personal project that I’m the proudest of would have to be my TFT Simulator. In [TFT](https://en.wikipedia.org/wiki/Teamfight_Tactics), there are lots of luck and chance involved. At the time, there was a debate that was rather 50/50 on the correct decision in the game. So I decided to solve it by using code.

After spending three days researching the math, and learning how to write the code for it, since my numbers kept hitting [integer overflow](https://en.wikipedia.org/wiki/Integer_overflow). Behind my program, there were 12 different variables and calculations up to 120! (factorial). By the end of the project, I was able to form a conclusion on what the correct play was (it ended up being that both options were correct, it just depends on the certain circumstances in your game).
After spending three days researching the math, and learning how to write the code for it, since my numbers kept hitting [integer overflow](https://en.wikipedia.org/wiki/Integer_overflow). Behind my program, there were 12 different variables and calculations up to 120! (factorial). By the end of the project, I was able to form a conclusion on what the correct play was (both options were correct at the end).

This was my first ever personal project and this was really when CS clicked for me. Having the ability to apply my knowledge from school and create something useful was so cool!

Expand Down

0 comments on commit b40ffc5

Please sign in to comment.