Dining Dollar Tracker
Status
Not started
End Goal
I want to learn how to build an iOS app to track dining dollar purchases.
Preliminary Research
In preliminary research on how to approach the problem, I found this awesome write-up by rkevin-arch which goes through their approach to the problem and possible algorithms. They approach the light puzzle with intuitive human logic, a minimax solver, and a max entropy solver based on a 3blue1brown video on information theory. Since I am unfamiliar with information theory and these types of problems, it's time to learn!
While I have looked to these previous resources as inspiration to guide my research, I do not want to heavily rely on them as the basis for my solution. They have provided a jumping point for where to start, and I will only compare my solution with other solutions once I have approached the problem from my perspective.
Roadmap
Research
- [ ] Read Swift Language Programming Book