Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

Notifications You must be signed in to change notification settings

iShayann/DSA_questions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.9%
  • C++ 20.6%
  • Python 11.5%