All Projects β†’ dheeraj-2000 β†’ dsalgo

dheeraj-2000 / dsalgo

Licence: other
Contains Algorithms useful for interview preparation, various practice problems of Arrays, Stacks, queue etc. Contributors are Welcome but, DO NOT MAKE THIS REPO ACT LIKE A SOURCE OF +1.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dsalgo

30-Days-Of-Code
This File Contains all solutions of: Hackerrank 30 day of code. You are welcome to add any other variants of them or in other language if you know, but DO NOT MAKE THIS REPO ACT LIKE A SOURCE OF +1.
Stars: ✭ 14 (-68.89%)
Mutual labels:  firstpullrequest, hacktoberfest2021
Data-Structures-and-Algorithm-C-
Hi folksπŸ–πŸ» , I'm maintaining this repository, feel free to open a pull request and contribute! :)
Stars: ✭ 39 (-13.33%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021
This is repo to create some pull requests and completing hacktoberfest2021 easily. All request will be accepted. Genuine Pull Request will promoted also. #hacktobefest #hacktobefest2021 #hacktobefest-accepted
Stars: ✭ 22 (-51.11%)
Mutual labels:  hacktoberfest2021
designtodevelopment
This repository is all about converting design inspirations into code.
Stars: ✭ 135 (+200%)
Mutual labels:  hacktoberfest2021
fludget
Learn Flutter on Flutter! A widget directory with implementation samples!
Stars: ✭ 26 (-42.22%)
Mutual labels:  hacktoberfest2021
domonic
Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library.
Stars: ✭ 86 (+91.11%)
Mutual labels:  hacktoberfest2021
Microsoft-Udacity-ML-scholarship
Just give your best shot!
Stars: ✭ 64 (+42.22%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
This repository aims to help code beginners with their first successful pull request and open source contribution. πŸ₯³πŸŽ―πŸš€
Stars: ✭ 24 (-46.67%)
Mutual labels:  hacktoberfest2021
Embellish
This repository contains different styled components in html,css,js,jquery which can be used in any website.
Stars: ✭ 32 (-28.89%)
Mutual labels:  hacktoberfest2021
theportfolio
Portfolio for Everyone!
Stars: ✭ 16 (-64.44%)
Mutual labels:  hacktoberfest2021
awesome-hacktoberfest-plant-a-tree
Will you choose the ✨ Hacktoberfest t-shirt ✨ but don't want to stop contributing to the environment and a sustainable future? Find an organization here so you can plant a tree! 🌱
Stars: ✭ 30 (-33.33%)
Mutual labels:  hacktoberfest2021
markdown-tweet-scheduler
Schedule daily tweets from markdown files in your repo, posted via github actions.
Stars: ✭ 49 (+8.89%)
Mutual labels:  hacktoberfest2021
gateway-mt
Storj edge services (including multi-tenant, S3 compatible server to interact with the Storj network)
Stars: ✭ 18 (-60%)
Mutual labels:  hacktoberfest2021
rails-starter-template
Opinionated Rails starter template using esbuild, tailwindcss, postgresql and hotwired.
Stars: ✭ 21 (-53.33%)
Mutual labels:  hacktoberfest2021
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (+184.44%)
Mutual labels:  hacktoberfest2021
Professional-JavaScript
Fast-track your web development career using the powerful features of advanced JavaScript
Stars: ✭ 28 (-37.78%)
Mutual labels:  arrays
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (-2.22%)
Mutual labels:  hacktoberfest2021
gqlalchemy
GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.
Stars: ✭ 39 (-13.33%)
Mutual labels:  hacktoberfest2021
HacktoberFest-2021
No description or website provided.
Stars: ✭ 278 (+517.78%)
Mutual labels:  hacktoberfest2021
All Program helper
add PR and i ll merge it with hacktoberfest-accepted tag
Stars: ✭ 34 (-24.44%)
Mutual labels:  hacktoberfest2021

Update: Please read this before moving ahead Important!

How to contribute ?

  • Have a look at open issues, they contain the list of algorithms/DS we plan to be implemented.
  • You can also create a new issue for an algorithm that is not in the list.
  • Fork the repository.
  • Clone the repo. to your local system.
  • Add the algorithms/codes that you want to contribute (and properly rename you algorithm/code, also if possible keep in the respective folder)
  • Make another Development branch. (Apart from main branch).
  • Open the pull request.
  • Resolve conflicts ( if any ).
  • Wait for the pull request to be approved.

Code I expect (for everyone):

  • Add relevant comments explaining what the code is all about (if possible write the Time and Space complexities)
  • It should be properly formatted and indented
  • Please use proper naming for variables, do not use i,j,k,x,y,z. The variable name should be self explanatory.
  • Use proper names for your files.
  • Do all your changes in your forked repository branch and not in master branch untill asked.
  • I will reject any pull request which looks like spammy or just to have +1 in the counter, so contribute quality code here!
  • As per guidlines of Hacktoberfest, I will not merge any plagrised code or any type of fishy code.

Feel free to contact, if you face any issue in contributing to Open Source

LinkedIn   Instagram   Twitter  

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].