Python Programming Practice: LeetCode #66 -- Plus One

preview_player
Показать описание
This episode of Python Programming Practice shows two approaches to LeetCode #66 - Plus One

This is an easy difficulty problem.

Note that the intent of this series to help viewers think through approaches to problems, not to provide copy/paste access to code that will pass LeetCode tests.
Рекомендации по теме
Комментарии
Автор

All the videos are extremely concise and easy to follow. Thanks for sharing your knowledge.

shuruizhao
Автор

Another amazing video, thanks so much! I'm learning a lot from those, really would like you to know that you are changing somebody's life! Hope you keep them coming. Have a great one!

mateuszpolanski
Автор

Why I got error when submit it, it shows did not pass the test that when input is [9], my output is [1, 9]

yumengyang
Автор

Could u explain why return [1] + digits ?

chun-weipeng
visit shbcf.ru