ArpitaV13 / DSAready

This is a beginner-friendly project aiming to build a problem-set on different data structures and algorithms in different programming languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSAready

PRs Welcome DSA brushed maintained yes contributions welcome

Overview

This is a beginner-friendly project that aims to create a problem-set for various Data Structures and Algorithms. Being a programmer, practising on as many problems as possible is a must to hone your DSA knowledge. This is a try to create a repo that contains some good (basic - advanced level) questions with most efficient approaches. I aim to achieve this collaboratively, so feel free to contribute 😊

Guidelines to be followed:

Whenever you solve any basic -> advance level problem, or a commonly asked one in various coding rounds of hiring process, coding challenges/practice question at any competitive programming platform, you can simultaneously be a part of Open Source Love community πŸ˜ƒ

Make sure your file name is the question title(not too long) in CamelCase with single space between words.

Each contributed file must contain the 1️⃣: problem statement, 2️⃣brief explainantion of approach and 3️⃣most efficient (time and space) solution in said order only. Check https://github.com/riddhi-jain/DSAmap/blob/main/Arrays/Count%20Iversions.py as sample. Your solution can be in any programming language πŸ˜‰

Make sure you generate a PR for the same data structure that relates to your problem most specifically.

Steps to your contiribution:

Step-1 - Fork the repository (your own copy)

Step-2 - Create new branch (isolates your code)

Step-3 - Commit and push (add changes to your copy of repoitory)

Step-4 - Create Pull Request (contribute to the original repository)

Step-5 - Congratualtions πŸŽ‰ (thanks for your contribution πŸ‘πŸ˜ƒ )

Looking forward to your PR πŸ™ƒ

About

This is a beginner-friendly project aiming to build a problem-set on different data structures and algorithms in different programming languages.


Languages

Language:C++ 35.0%Language:Python 33.7%Language:Java 31.3%