Skip to content

N-O-U-R/Lists-Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Doubly Linked List Operations

This repository demonstrates operations on a doubly linked list using MinGW C++.

🔍 Overview

  • Read: Initializes by reading from Veri.txt.
  • Add: Inserts data into the list at the specified index.
  • Delete: Removes data from the list based on the provided index.

![Linked List Illustration]

🚀 Getting Started

  1. Clone the Repository:

    git clone https://github.com/N-O-U-R/Lists-Data-Structure
  2. Compile & Run:

    g++ source.cpp -o output && ./output

✏️ Notes

  • Large files are supported.
  • Assumes a consistent input file.

🤝 Contribute

Feel free to raise issues or submit PRs. Your contributions are welcome!

❤️ Made with passion. Please leave a ⭐ if you find this useful!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published