Palindrome Number - Leetcode 9 - Java

preview_player
Показать описание
Palindrome Number - Leetcode 9 - Java

--------------------------------ABOUT--------------------------------
🧑🏻 My name is David and I am a software engineer at Meta. My passion is teaching software devs how to pass the grueling technical interviews to help them land their 6-figure dream tech job.

I have received 3 six-figure offers from Google, Meta, and Amazon.

🔬I provide content that will allow you to understand the thought process, pseudocode, time complexity, and code when approaching coding problems.

--------------------------------SOCIAL--------------------------------

💬 If you have any topic or questions you want me to cover, let me know in the comment section below ~ ฅʕ•ᴥ•`ʔ ฅʕ•ᴥ•`ʔ ฅʕ•ᴥ•`ʔ

#technicalinterview #techcareer #softwareengineer
Рекомендации по теме
Комментарии
Автор

I think the time complexity is O(N) still because we perform an operation on each digit of the input.

traviss
Автор

hii brother, thankyou for your effort, great explanation

snehkishu
Автор

Hi friend thanks for the help your content and your explanation are very good! But your screen has very small texts even on a big screen, and it is difficult to read and follow the video, if you can improve this issue and then it will be top, your classes!

udineiukaliko
Автор

Hello. Why do you do all that math? The dividing by 10, multiplying again by 10 and adding digit?

fridahkarimintika
Автор

Did same code as you but I keep getting time limit exceeded

connorwhitedik
Автор

Hi really interesting, one doubt why time complexity is logx?

chandanjena