Leetcode - Perfect Squares (Python)

preview_player
Показать описание
June 2020 Leetcode Challenge
Leetcode - Perfect Squares
Рекомендации по теме
Комментарии
Автор

one thing I learnt from this problem is that we should not "print(list)"
Because it will use time to print :)
Finally we get time limit exceeded

shivakumark
Автор

simply coding no proper explanation of how dp[] getting filled

devanshsharma