Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anas-dew/dsa-coding-solutions

TOP dsa questions with answers. Feel free to prepare.
https://github.com/anas-dew/dsa-coding-solutions

coding-challenge data-structures-and-algorithms dsa geeksforgeeks-python gfg-solutions hackathon interview-questions leetcode leetcode-python leetcode-solutions python solutions

Last synced: 17 days ago
JSON representation

TOP dsa questions with answers. Feel free to prepare.

Awesome Lists containing this project

README

        

# DSA Coding Solutions 😎
Welcome to DSA Coding Solutions, a repository containing coding solutions for various DSA (Data Structures and Algorithms) problems. Whether you're a beginner or an experienced programmer, this repository is designed to provide you with efficient and optimized solutions to help you improve your coding skills.

My goal is to solve many dsa problems so that i can get my dream job at Google 😁. I believe that by sharing knowledge and learning from each other, we can improve the programming skills of the community as a whole.

## Quick Links

* [Leetcode Solutions](https://github.com/Anas-Dew/dsa-coding-solutions/tree/main/Leetcode)
* [GeeksforGeeks Solutions](https://github.com/Anas-Dew/dsa-coding-solutions/tree/main/SOLUTIONS)
* [Common DSA solutions](https://github.com/Anas-Dew/dsa-coding-solutions/tree/main/Common%20DSA)

I learn DSA from a youtube channel named [NeetCode](https://www.youtube.com/@NeetCode) (for python), So you can checkout too if you want.

Happy Learning!

---

## Contributing
We welcome contributions to this repository! If you have a coding solution that you would like to share, please follow these rules:

1. File names should be edited on `this_style_format` (lowercase letter saparated by underscores)
2. append your github username in the last of filename for example `fizz_buzz_yourgithubusername.file_extension`
3. Test cases should be present in the code (atleast one).
4. While contributing make sure solution isn't already in repo.

> That will be good to explain the code writing comments.