ASMR CODING | BUBBLE SORT algorithm in RECURSION + keyboard noises
This is a lo-fi ASMR coding video of me writing code that sorts arrays.
This is kind of a remake video of a video I have done many months ago where I code a bubble sorting algorithm to sort arrays. However in this video I will reimplement the Bubble Sort algorithm in Java using Recursion. If you do not know what recursion in programming it is a method or function that calls itself over and over again until a certain point (or indefinitely if you're not careful). The last video was the same concept but with a different algorithm, selection sort.
I use a different approach when it comes to recording. Unlike my previous videos where I code and talk at the same time, I do my code with typing noises and do a voice over separately since I have found it much harder to code and talk at the same time for concentrating.
I make typing noises as well as speak in a quiet room voice for ASMR triggers.
Previous video (Selection sort w/ Recursion): https://youtu.be/dZg8yXXrQnA
Selection / bubble sort by iteration (no recursion): https://youtu.be/J8qePiDYvec