DeepNinja07x / Python_Scripts

It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
The Unlicense
32 stars 56 forks source link

Added a linked list program #60

Closed chandankumar1307 closed 3 years ago

chandankumar1307 commented 3 years ago

Write a Python program to search a specific item in a given doubly linked list and return true if the item is found otherwise return false.