All Projects → dheeraj-2000 → 30-Days-Of-Code

dheeraj-2000 / 30-Days-Of-Code

Licence: MIT license
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.

Programming Languages

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

Projects that are alternatives of or similar to 30-Days-Of-Code

HackerRank-Solutions
My own HackerRank coding interview solutions
Stars: ✭ 30 (+114.29%)
Mutual labels:  hackerrank, hackerrank-solutions
Hackerrank30DaysOfCode
This repository consists of Hackerrank 30 Days Of Code Solutions in JAVA
Stars: ✭ 19 (+35.71%)
Mutual labels:  hackerrank, hackerrank-solutions
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (+292.86%)
Mutual labels:  hackerrank, hackerrank-solutions
Competitive-Programmming
Questions solved from Various Coding websites viz. HackerRank, HackerEarth, CodeChef, CodingNinja and other websites. This repository also contains Questions from various offline and onsite competitions. Programs that we find in the competitions and some brainstorming questions
Stars: ✭ 103 (+635.71%)
Mutual labels:  hackerrank, hackerrank-solutions
10 Days Of JavaScript-HackerRank
Solutions to HackerRank's 10 Days of Javascript challenge.
Stars: ✭ 139 (+892.86%)
Mutual labels:  hackerrank, hackerrank-solutions
hackerrank-solutions
repository for the storage and display of solutions to various problems on HackerRank
Stars: ✭ 60 (+328.57%)
Mutual labels:  hackerrank, hackerrank-solutions
Hackerrank-Solution
In this repo i share the solution of problems in hackerrank
Stars: ✭ 32 (+128.57%)
Mutual labels:  hackerrank, hackerrank-solutions
dsalgo
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.
Stars: ✭ 45 (+221.43%)
Mutual labels:  firstpullrequest, hacktoberfest2021
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (+285.71%)
Mutual labels:  hackerrank, hackerrank-solutions
HackerRank
Solutions to some of the problems on Hacker rank. Been a while since I've done questions on Hackerrank and some are not updated here. I'm busy with other things and hope to add more solutions in the future.
Stars: ✭ 42 (+200%)
Mutual labels:  hackerrank, hackerrank-solutions
hackerrank-sql
📂 HackerRank SQL track solutions
Stars: ✭ 92 (+557.14%)
Mutual labels:  hackerrank, hackerrank-solutions
HackerrankJAVA
This repository consists of Hackerrank JAVA Solutions
Stars: ✭ 31 (+121.43%)
Mutual labels:  hackerrank, hackerrank-solutions
DSA
Write DSA Codes into it
Stars: ✭ 18 (+28.57%)
Mutual labels:  goodfirstissue, hacktoberfest2021
HackerRank-Solutions
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇
Stars: ✭ 18 (+28.57%)
Mutual labels:  hackerrank, hackerrank-solutions
Hacktoberfest2021 beginner
This Repository is for Hacktoberfest absolute beginners guide
Stars: ✭ 97 (+592.86%)
Mutual labels:  goodfirstissue, hacktoberfest2021
HackerRank-LinuxShell
HackerRank-LinuxShell Solutions 💻
Stars: ✭ 26 (+85.71%)
Mutual labels:  hackerrank, hackerrank-solutions
SQL-Practice
Solutions to Problems For SQL on Leetcode, Hackerrank & DataLemur
Stars: ✭ 116 (+728.57%)
Mutual labels:  hackerrank, hackerrank-solutions
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (+42.86%)
Mutual labels:  hackerrank, hackerrank-solutions
Python-HackerRank
Annotated solutions to HackerRank's Python challenges.
Stars: ✭ 35 (+150%)
Mutual labels:  hackerrank, hackerrank-solutions
HackerRank-swift-solutions
My solutions in Swift for HackerRank tests
Stars: ✭ 16 (+14.29%)
Mutual labels:  hacktoberfest2021

Update: Please read this before moving ahead Important!

30-Days-Of-Code

This File Contains all solutions of: Hackerrank 30 day of code along with other Algorithms

( Not your match? CHECKOUT THIS REPO to contribute other/more algorithms )

How to contribute ?

  • Have a look at open issues
  • You can also create a new issue for an algorithm/code that has been used to solve problem in any of the 30-days (you can also add variants of any code/logic).
  • 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 with the Particular day, and keep the code in a folder with all variants and algorithm used to solve)
  • 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].