How to implement Linked List using Dictionary in Python
Introduction
In this blog, we will implement Linked List data structure using in-built data type dictionary in Python.
This blog gives you an idea about abstract data structure and gives a different way to implement linked list in Python.
Linked List...
shreyanshagarwal.hashnode.dev4 min read