Valid Palindrome - 125. LeetCode - C#

preview_player
Показать описание
Valid Palindrome - 125. LeetCode - C#

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

Awesome to see you solving these problems using C#, since many other tutorials use different languages!

chandlerdale
Автор

I don't understand how this was an accepted solution. Two sides being the same isn't enough. What if the word was not an even number of letters?

PsychopathMarketing
Автор

I have seen this questing when i was taking the Turing challenge and i actully field it. thanks for this tutorials, still waiting for LINQ tutorials.

jibrinmasud
Автор

Awesome tutorial. Quick question though. "why does a for loop have a linear time complexity and a while loop does not?"

israelasha