python4geeks / Hactoberfest2022

This repository is to allow Hactoberfest 2022 participants to make PR's. This repository aims to help beginners 🤔 with their first successful Pull Request and Open Source Contribution
16 stars 103 forks source link

Single_Linked_List.py #72

Open Arko27 opened 1 year ago

Arko27 commented 1 year ago

I have added a file containing Single List Operations in Python. It contains Insertion (at first, at last and at a position, ), Deletion (from first, from last, by value and also by position), Counting and Searching Nodes and also Displaying the Nodes.