Applied Algorithms - (01) - Undo/Redo

Опубликовано: 03 Май 2026
на канале: Coding with Indy
13,554
201

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've created an algorithm for undo/redo of an app with state. This is quite simple as you'd see. We select the data structure appropriate for the task at hand, and illustrate the operations performed on it.

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 GMT
  / indy9001  

My eBook: Drawing Text on Canvas
https://indy9000.store

Music:
Walking in the Sky - Nico Staf

#applied #algorithms #datastructures #coding #tutorial