Uploaded December 2019 | Updated September 2026, 30 minutes ago
Preparing for an interview or want to learn more algorithms:
Check out algoexpert.io/funwith and use the promo code "funwith" for a 15% discount.
Thanks to the supporters of the channel - GH and LEON (patreon.com/funwithflutter)
In this video we take a look at the Insertion Sort Algorithm. Quick and easy and we also showcase the app on Flutter Web.
Head over to https://funwith.app for more content (made entirely in Flutter)
Source Code:
github.com/funwithflutter/flutter_algorithm_visualizer
The algorithm above can be optimized by not iterating to 0 if the value has already been placed in the correct position. The actual app may be different to the sample you see in the video.
Preparing for an interview or want to learn more algorithms:
Check out algoexpert.io/funwith and use the promo code "funwith" for a 15% discount.
Thanks to the supporters of the channel - GH and LEON (patreon.com/funwithflutter)
In this video we take a look at the Insertion Sort Algorithm. Quick and easy and we also showcase the app on Flutter Web.
Head over to https://funwith.app for more content (made entirely in Flutter)
Source Code:
github.com/funwithflutter/flutter_algorithm_visualizer
The algorithm above can be optimized by not iterating to 0 if the value has already been placed in the correct position. The actual app may be different to the sample you see in the video.










