
ASMR solving a coding problem in Java: "10 minute walk" with typing noises
This is a lo-fi ASMR video where I solve a coding problem I found from the website Codewars. Solving this problem required some logic as well as that it involved an array of chars (characters) to work with.
The problem was called "Take a Ten Minute Walk" where the goal is to "walk" using an input guide of directions either going north, south, east or west, which is the character array. I have to return true if the walk is exactly 10 minutes long as well as that I have to end up in the starting point after this "walk".
This was how I solved it. During the process of solving the problem, I talk in a quiet room voice for your desired tingles. I also make keyboard noises as I type the Java code which I can't avoid but its useful for tingles.
Note: This video isn't intended as a Java tutorial of some sorts. My explanations aren't 100% as I like to talk to myself which helps me complete the homework. I obviously make several little errors as I go along. I just started learning how to code as well and I am not too much of an expert at this moment!
PASTEBIN SOURCE CODE:
https://pastebin.com/pWvL2wzg
VIDEO CHAPTERS:
[0:00] Intro + gameplay clip for the video
[1:08] reading the problem to solve
[2:59] coding / typing starts
[16:19] testing my code
[20:54] conclusion
[21:34] End