Skip to content

A data structures project implementing singly linked lists with operations such as insertion, deletion, search, reverse, and traversal. Includes code, explanations, and time complexity analysis for each function.

Notifications You must be signed in to change notification settings

ahmedbilal9/Singly-Linked-List-Implementation-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Singly Linked List Implementation in Python

This project demonstrates the implementation of a singly linked list in Python, covering fundamental operations and their time complexities.

Quick Start

  1. Open the code in src/linked_list.py.
  2. Run the script in Python to see the linked list operations in action.
  3. Refer to docs/ for explanations and time complexity analysis.

Folder Structure

  • README.md → Overview & Quick Start
  • docs/ → Detailed documentation
  • src/ → Python implementation code

About

A data structures project implementing singly linked lists with operations such as insertion, deletion, search, reverse, and traversal. Includes code, explanations, and time complexity analysis for each function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages