Data Structures in Python - Implementing the Queue Data Structure

preview_player
Показать описание
This video demonstrates how to implement a queue in Python using a node based approach
Рекомендации по теме
Комментарии
Автор

Hi, i am watching this playlist and exactly repeating your code. However in the Stack video and this video, i get an error that says: invalue = Node(value, None)
TypeError: __init__() takes 1 positional argument but 3 were given. I couldn't understand the problem in here even though I searched and consulted chatgpt. Do you have any idea about why I get this error?

elif-vesl
welcome to shbcf.ru