onerbs / w2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

w2

Second weekly exercise of the module Algorithms and Data Structures, from the course Full-Stack Web Development and Computer Sciences hosted by Academlo

Tasks

Implement a stack, a queue and a deque by using linked lists.

Extra

Implement a queue that has an average throughput of O(1) for adding operations.

About

License:MIT License


Languages

Language:Python 100.0%