Applied Algorithms is a series of videos where I create a small algorithm to use in an app. Algorithms are not just for coding interviews, they are useful in actual programming :) When we go from the application to the algorithm, there is a good chance we see the way it is created and tend be more useful exercise.
In this video, I describe how space partitioning algorithm can optimise collision detection, layout drawing so they don't overlap.
Although space partitioning is a large subject in geometry. We can see this in quite simple terms. It's also easy to see why tree data structure is the intuitive choice.
If you have any questions or suggestions, please leave a comment.
Mindmap App:
https://apps.apple.com/gb/app/mindext...
Live Coding Twitch Stream at Every Saturday 10AM UK time
/ indy9001
My eBook: Drawing Text on Canvas
https://indy9000.store
Gamin video clip:
Video by Joseph Redfield from Pexels
#applied #algorithms #datastructures #tree #coding #tutorial