Welcome to my DSA (Data Structures and Algorithms) Repository! This repo serves as a personal log of my progress in mastering DSA concepts and solving various problems. It contains well-structured code implementations, explanations, and solutions to problems from different platforms.
- 📂 Topics Covered: Binary Search, Linear Search, Sorting Algorithms, and more.
- 🏆 Problem Solutions: Solutions to problems from platforms like LeetCode, CodeChef, CodeForces, GeeksForGeeks, etc.
- 🔥 Optimized Implementations: Code is written with efficiency in mind, including optimized approaches and alternative solutions where applicable.
DSA/
│── .idea/ # Project settings (IDE specific)
│── src/
│ ├── Notes/ # Conceptual notes and explanations
│ │ ├── Searching/
│ │ │ ├── Binary/
│ │ │ ├── Linear/
│ │ ├── Sorting/
│ │ │ ├── Bubble/
│ │ │ ├── Cyclic/
│ │ │ ├── Insertion/
│ │ │ ├── Selection/
│ ├── Practice/ # Problem-solving practice
│ │ ├── Searching/
│ │ │ ├── Binary/
│ │ │ ├── Linear/
│ │ ├── Sorting/
│ │ │ ├── Cyclic/
│── README.md # Documentation file
- Clone the repository:
git clone https://github.com/Kevindua26/DSA.git
- Navigate to the directory:
cd DSA - Start exploring different DSA concepts and solutions.
- Java ☕
This is my personal learning repository, but feel free to fork and use the implementations. If you have suggestions or improvements, feel free to open an issue!
- GitHub: Kevindua26
- LinkedIn: Kaivalaya Dua
- TwitterX: kevindua26
Happy Coding! 🚀