Skip to content

Latest commit

Β 

History

History
34 lines (22 loc) Β· 821 Bytes

File metadata and controls

34 lines (22 loc) Β· 821 Bytes

πŸ“š 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!