Problem Statement: Implement a Queue with methods like Enqueue, Dequeue, Size, isEmpty using Lists in Python.
3 min read • ReadProblem Statement: Implement stack with push, pop, peek, isEmpty, size methods using a List.
3 min read • ReadProblem Statement: Implement Hash Map with get, set and remove methods.
3 min read • Read