Skip to content

πŸš€ A central hub for Data Structures and Algorithms (DSA) β€” starting with clean and well-documented Python implementations of core DSAs, followed by solutions to problems from platforms like LeetCode, HackerRank, and more. Future support for Java, JavaScript, and Rust. Updated regularly.

License

Notifications You must be signed in to change notification settings

bhuvaneshprasad/dsa-central

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“˜ DSA-Central

A central hub for learning and implementing Data Structures and Algorithms (DSA). This repository starts with clean, well-documented Python implementations of core data structures and algorithms, followed by curated problem-solving from various competitive programming platforms. Support for Java, JavaScript, and Rust will be added over time.


πŸš€ Project Goals

  • Build a strong foundation in DSA through hands-on implementation.
  • Maintain clean, readable, and well-tested code.
  • Tackle problems from platforms like:
    • LeetCode
    • HackerRank
    • Codeforces
    • GeeksforGeeks
    • and more.
  • Extend support to other languages: Java, JavaScript, and Rust.

🧱 Project Structure

dsa-central/
β”‚
β”œβ”€β”€ python/
β”‚   β”œβ”€β”€ data_structures/
β”‚   β”œβ”€β”€ algorithms/
β”‚   └── problems/
β”‚       β”œβ”€β”€ leetcode/
β”‚       β”œβ”€β”€ hackerrank/
β”‚       └── codeforces/
β”‚
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
└── CONTRIBUTING.md

πŸ”§ Technologies

  • Language: Python 3
  • Planned support: Java, JavaScript, Rust

πŸ“† Updates

This repository is actively maintained and updated on a daily or weekly basis. Follow for progress or contribute!


πŸͺͺ License

This project is licensed under the MIT License.


πŸ™Œ Contributions

Pull requests are welcome! If you’d like to add a new problem solution or implementation, feel free to open an issue or submit a PR.


πŸ“« Contact

Have questions or ideas? Reach out via GitHub Issues.


πŸ’‘ Tip: Clone this repo and use it as your own personal DSA playground!

About

πŸš€ A central hub for Data Structures and Algorithms (DSA) β€” starting with clean and well-documented Python implementations of core DSAs, followed by solutions to problems from platforms like LeetCode, HackerRank, and more. Future support for Java, JavaScript, and Rust. Updated regularly.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published