Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.77 KB

README.md

File metadata and controls

61 lines (48 loc) · 1.77 KB

DSA-Practice

A repository containing Data Structures and Algorithms (DSA) practice code written in C and C++. This repository covers a variety of fundamental DSA concepts and implementations.

📋 Description

This repository is a comprehensive collection of DSA implementations, including but not limited to:

Array Operations: Searching, sorting, and more. Linked Lists: All types of insertion and deletion operations. Stack: Push and pop operations. Other Concepts: Additional DSA topics to aid in learning and practicing. Whether you're preparing for coding interviews or brushing up on your DSA skills, this repository can serve as a valuable resource.

🛠 Features

Clean and well-commented C and C++ code. Covers various DSA concepts systematically. Suitable for beginners and intermediate learners.

🚀 Getting Started

Prerequisites A C/C++ compiler (e.g., GCC, Clang, or Visual Studio). Basic understanding of Data Structures and Algorithms. Installation Clone this repository: bash

git clone https://github.com/Vaibhav22p-qw/DSA-Practice.git Navigate to the project directory: bash

cd DSA-Practice Usage Compile and run individual programs: bash

g++ filename.cpp -o output ./output Explore the respective folders for topic-specific codes.

🤝 Contributing

Contributions are welcome! If you'd like to improve this repository, please:

Fork the repository. Create a new branch: bash

git checkout -b feature-name Commit your changes: bash

git commit -m "Add a meaningful commit message" Push to the branch: bash

git push origin feature-name Open a pull request.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

👨‍💻 Author

Vaibhav Pandey – https://github.com/Vaibhav22p-qw Feel free to reach out with suggestions or issues!