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! π