chromewebstore.google.com/detail/dsa-video-solutions/fplacgmeefidnohgepjcnabcaakfbknm Check out this cool extension with which you can unlock DSA video tutorial instantly on GeeksforGeeks with a single click. Its completely safe. Let me know if you have any suggestions.
@5minutescode11 күн бұрын
Guys, Please like and subscribe to the channel and comment down how was the explanation.
@gthejasree-jd6ff11 күн бұрын
Thank you sir
@pranavpatil604411 күн бұрын
Sir, if possible, first teach me the brute force approach as I am a beginner in DSA. I don't have much knowledge yet, but I do know JavaScript and Java. I prefer learning the best brute force approach first, and then moving to the optimal solution. Your teaching is excellent, and I was able to solve a question using a for loop. My approach was to check each current element and compare it with the key. If they were equal, I printed the index; otherwise, I printed -1. All the test cases passed!