Anas-Dew / dsa-coding-solutions

TOP dsa questions with answers. Feel free to prepare.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

I learn DSA from a youtube channel named 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.

About

TOP dsa questions with answers. Feel free to prepare.

License:MIT License


Languages

Language:Python 99.1%Language:JavaScript 0.9%