Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anas-dew/dsa-coding-solutions
- Owner: Anas-Dew
- License: mit
- Created: 2022-05-29T05:36:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T03:51:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T16:55:46.384Z (3 months ago)
- Topics: coding-challenge, data-structures-and-algorithms, dsa, geeksforgeeks-python, gfg-solutions, hackathon, interview-questions, leetcode, leetcode-python, leetcode-solutions, python, solutions
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.