Hey, welcome to DSA_questions repository. This repository contains implementaion of Data Structures, Algorithms and Solutions to problems from Leetcode, Codeforces, GeeksForGeeks,..etc. Even if you are a beginner you can still contribute.
This repository is partcipating in Hacktoberfest 2023:
problems directory:
- Contains questions and solutions specific to a language(C++, Java, Python).
- Each language directory contains a problem folder (Created by user) and has [
problem.md
orproblem.txt
] and [solution.cpp
] inside it (for C++ as an example). - Refer to an example: power-of-four
data-structures directory:
- Contains own implementaion of data structues such as Queue, Stack, HashMap,.. specific to a language.
- Refer to an example: Queue-Data-Structure.
algorithms directory:
- Own implementation of algorithms. Such as finding prime, power...etc.
Head over to CONTRIBUTING.md for full guidelines and steps.