Skip to content

This repository contains all the Data structure and Algorithms code files. You can learn and also contribute to this code.

Notifications You must be signed in to change notification settings

arbabhassan1/DSA-By-Arbab-Hassan

Repository files navigation

DSA by Arbaab Hassan

This repository contains C++ implementations of various data structures, including linked lists, queues, stacks, arrays, lists, binary trees, circular data structures (CircularLinkList, CircularQueue, DoubleStack, DoubleLinkList), and more.

Why Data Structures?

Understanding and implementing data structures are fundamental skills in programming. They provide efficient ways to organize and manipulate data, leading to optimized algorithms and better problem-solving.

Installation and Usage

To run the code in this repository, follow these steps:

  1. Visual Studio Code (VS Code):

  2. MinGW (C++ Compiler):

    • Install MinGW as your C++ compiler.
  3. Run the Code:

    • Open a terminal in VS Code.
    • Navigate to the directory containing the desired C++ file.
    • Compile using the command: g++ filename.cpp -o outputName.exe
    • Run the executable: ./outputName.exe

Contact/Help

For any inquiries or assistance, feel free to reach out:

License

This project is licensed under the MIT License.

Badges

GitHub license GitHub stars

Feel free to contribute or provide feedback. Happy coding!

About

This repository contains all the Data structure and Algorithms code files. You can learn and also contribute to this code.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages