LeetCode: 7. Reverse Integer (Visualized)

preview_player
Показать описание
In this video I explain and show you how to code the solution for the 7. Reverse Integer LeetCode problem in Javascript in the easiest way possible and while getting an optimal time complexity , I fully explain each step and each part of the code, trace and visualize the algorithm to make sure you fully understand how to solve this leetcode problem.

lets code it together.

#leetcode #coding #programming
Рекомендации по теме
Комментарии
Автор

Hello, please make this a series i an a beginner programer currently learning python and i love making and learning about algorithms. Great work btw im subbing

aryanvohra
Автор

Do you think interviewer will give a follow up question, like, don't use any inbuilt function like converting to String and then Int?

More appropriate way would be to ask interviewer if its fine to use this, else we can simply //10 and add it to new number. But we gotta take care of 0 too!

SD_
Автор

They are actually expecting it to be solved without converting it to string

shreehari