This repository demonstrates operations on a doubly linked list using MinGW C++.
- 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]
-
Clone the Repository:
git clone https://github.com/N-O-U-R/Lists-Data-Structure
-
Compile & Run:
g++ source.cpp -o output && ./output
- Large files are supported.
- Assumes a consistent input file.
Feel free to raise issues or submit PRs. Your contributions are welcome!
❤️ Made with passion. Please leave a ⭐ if you find this useful!