Skip to content

Kevindua26/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Progression 🚀

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.

📌 Repository Overview

  • 📂 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.

📁 Folder Structure

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

🚀 Getting Started

  1. Clone the repository:
    git clone https://github.com/Kevindua26/DSA.git
  2. Navigate to the directory:
    cd DSA
  3. Start exploring different DSA concepts and solutions.

🛠 Languages Used

  • Java

🤝 Contributions

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!

📬 Connect With Me

Happy Coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages