This is a repository for all hackerank challenges
kindly note
this is for learning purposes and if you wish to contribute, dont hesitate
all submisions should have;
- passed all hackerank test cases.
- all the comments as they are, to help others understand.
- simple and efficient code.
LANGUAGE BASIC SOLUTIONS
LANGUAGE_BASIC
PROBLEM SOLVING SOLUTIONS
PROBLEM_SOLVING
INTERVIEW PREPERATION SOLUTIONS
INTERVIEW_PREP
SUBMISSION CRITERIA
👉
identify the category of the problem you are about to solve i.e interview preperation,problem solving,language basics
👉
check if there alredy exists a solution in the repository, if yes ,check for bugs or the efficiency of existing code
👉
if solution exists in another language and not your preferable one , well go ahead drop the code!
👉
else:
👉
👉 create a folder in the category , name it as the problem name as it is in hackerank
-
👉 create an index.md file
-
👉 create subfolders name them as the languages prefered ie. python , c ,java ,js ,ts ,any other language of your choice
-
👉 add your file in the folder that relate to the language you are using, to implement the problem
-
👉 create empty files in with the file extentions that relate to the folder names && comment *not implemented in the files*
-
👉 in the main index.md file in the project categories add a link that maps to your solution
-
👉 create pull request
-
👉 repeat once you solve another
if you wish to see an implementation of a challenge in another language not in this list you can make a request through issues
the idea came along after i have solved lots of hackerank challenges so if you dont find a challenge kindly post it up here if you find the solution alternatively you can request for a solution
Rank up!