Welcome to the Data Structures and Algorithms repository. This repository contains my documented practice and solutions for various data structure and algorithm problems from platforms like LeetCode, Coding Ninjas, and Geeks for Geeks, with a focus on linear data structures.
- Comprehensive Solutions: Includes solutions to a variety of problems from popular coding platforms.
- Focused Study: Emphasizes linear data structures such as arrays, linked lists, stacks, and queues.
- Well-Documented: Each solution is well-documented to facilitate understanding and learning.
- Diverse Techniques: Demonstrates different algorithms and problem-solving techniques.
To get a local copy up and running, follow these simple steps.
Ensure you have the following installed on your local machine:
- Git
- A C++ compiler (like GCC or Clang)
-
Clone the repository:
git clone https://github.com/yashthakur16/Data-Structures-and-Algorithms.git cd Data-Structures-and-Algorithms
Navigate through the directory to find solutions to specific problems. Each file is named according to the problem it solves.
Add Two numbers represented by linked list.cpp: Solution for adding two numbers represented by linked lists.Binary Search: Solutions related to binary search algorithms.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repository and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Yash Thakur : tyash6843@gmail.com
Project Link: https://github.com/yashthakur16/Data-Structures-and-Algorithms