This is useful in the Python List. #coding #python #programming

preview_player
Показать описание
Hello Dear Coder,
This is something that every programmer should know in Python. In this video, we will learn about this cool feature of list slicing to insert the element in the list.
Stay tuned....

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

Wouldn’t this still be O(n) time? Wouldn’t it be better to split the list in two, insert the new value at the end of the first list and combine them all together?

kwang-ouicha