/DSA_questions

This repository contains a collection of problems from platforms like LeetCode, GeeksForGeeks, etc, which are solved by our contributors. Also contains own implementation of Data Structures and Algorithms.

Primary LanguageJava

DSA_questions

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:

Repo Explained

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 or problem.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.

Contributing to this repo

Head over to CONTRIBUTING.md for full guidelines and steps.