A hackerank problems, solution repository

Overview

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!

You might also like...
🏃 Python3 Solutions of All Problems in GKS 2022 (In Progress)

GoogleKickStart 2022 Python3 solutions of Google Kick Start 2022. Solution begins with * means it will get TLE in the largest data set. Total computat

My solution for a MARL problem on a Grid Environment with Q-tables.

To run the project, run: conda create --name env python=3.7 pip install -r requirements.txt python run.py To-do: Add direction to the state space Take

Some usefull scripts for the Nastran's 145 solution (Flutter Analysis) using the pyNastran package.
Some usefull scripts for the Nastran's 145 solution (Flutter Analysis) using the pyNastran package.

nastran-aero-flutter This project is intended to analyse the Supersonic Panel Flutter using the NASTRAN software. The project uses the pyNastran and t

LPCV Winner Solution of Spring Team

LPCV Winner Solution of Spring Team

A lightweight solution for local Particle development.
A lightweight solution for local Particle development.

neopo A lightweight solution for local Particle development. Features Builds Particle projects locally without any overhead. Compatible with Particle

Placeholders is a single-unit storage solution for your Frontend.
Placeholders is a single-unit storage solution for your Frontend.

Placeholder Placeholders is a single-unit file storage solution for your Frontend. Why Placeholder? Generally, when a website/service requests for fil

A simple solution for water overflow problem in Python

Water Overflow problem There is a stack of water glasses in a form of triangle as illustrated. Each glass has a 250ml capacity. When a liquid is poure

WildHack 2021 solution by Nuclear Foxes team (public version).

WildHack 2021 Nuclear Foxes Team This repo contains our project for the Wildberries Hackathon 2021. Task 2: Searching tags Implement an algorithm of r

Ballcone is a fast and lightweight server-side Web analytics solution.
Ballcone is a fast and lightweight server-side Web analytics solution.

Ballcone Ballcone is a fast and lightweight server-side Web analytics solution. It requires no JavaScript on your website. Screenshots Design Goals Si

Owner
Tyler Mwalo Kenneth's
Father | Self made computer scientist | Web & Mobile Dev | Security Analyst | Cryptographer |
Tyler Mwalo Kenneth's
200 LeetCode problems

LeetCode I classify 200 leetcode problems into some categories and upload my code to who concern WEEK 1 # Title Difficulty Array 15 3Sum Medium 1324 P

Hoang Cao Bao 108 Dec 8, 2022
List of short Codeforces problems with a statement of 1000 characters or less. Python script and data files included.

Shortest problems on Codeforces List of Codeforces problems with a short problem statement of 1000 characters or less. Sorted for each rating level. B

null 32 Dec 24, 2022
Solves Maths24 problems for you!

maths24-solver Solves Maths24 problems for you! Enjoy this open scource project! You can edit modify and share! My wishes is for you to use this proje

null 6 Nov 7, 2021
Python solutions to Codeforces problems

CodeForces This repository is dedicated to my Python solutions for CodeForces problems. Feel free to copy, contribute and/or comment. If you find any

Shukur Sabzaliev 15 Dec 20, 2022
CBLang is a programming language aiming to fix most of my problems with Python

CBLang A bad programming language made in Python. CBLang is a programming language aiming to fix most of my problems with Python (this means that you

Chadderbox 43 Dec 22, 2022
These are my solutions to Advent of Code problems.

Advent of Code These are my solutions to Advent of Code problems. If you want to join my leaderboard, the code is 540750-9589f56d. When I solve for sp

Sumner Evans 5 Dec 19, 2022
A collection of convenient parsers for Advent of Code problems.

Advent of Code Parsers A collection of convenient Python parsers for Advent of Code problems. Installation pip install aocp Quickstart You can import

Miguel Blanco Marcos 3 Dec 13, 2021
Automates the fixing of problems reported by yamllint by parsing its output

yamlfixer yamlfixer automates the fixing of problems reported by yamllint by parsing its output. Usage This software automatically fixes some errors a

OPT Nouvelle Caledonie 26 Dec 26, 2022
SpellingBeeSolver - This program generates solutions to NYT style spelling bee problems.

SpellingBeeSolver This program generates solutions to NYT style spelling bee problems. The initial version of this program is being written in Python

null 1 Jan 1, 2022
This is a library for simulate probability theory problems specialy conditional probability

This is a library for simulate probability theory problems specialy conditional probability. It is also useful to create custom single or joint distribution with specific PMF or PDF to get probability table and genearte data based on probability function.

Mohamadreza Kariminejad 6 Mar 30, 2022