ASMR solving LeetCode problems #3 with typing noises
This is an ASMR styled coding video where I solve another two coding problems from LeetCode. I used JavaScript.
The first problem I had to return the longest common prefix among an array of strings. This required some loops and logical conditionals such as IF statementss. The second problem involved working with a two-dimensional matrix or a 2d array where I had to modify an array so that the elements are arranged such that the whole matrix is rotated 90 degrees. That required some thinking on my end. I had to cut some parts since I had encountered a couple silly syntax errors.
Note that neither of my solutions aren't perfect as those are my attempts in the span of the video.
I make typing noises with my keyboard as I code for your tingles. You might fall asleep as you watch. I often explain what I am trying to do as I code. There was one point where I got a bit stuck at the part where I wanted to sort an array.
If you have gotten your tingles, please drop a like! I would appreciate it.
[0:00] Intro
[0:40] problem 1: Longest common prefix
[1:28] solving problem 1
[13:11] debugging
[14:39] testing my solution to problem 1
[18:05] problem 2: Rotate Image (Matrix)
[19:00] solving problem 2
[30:26] testing my solution to problem 2
[31:23] conclusion
[32:16] End