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