All Projects â†’ codedecks-in â†’ HackerRank-Solutions

codedecks-in / HackerRank-Solutions

Licence: MIT License
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to HackerRank-Solutions

Hackerrank-Solution
In this repo i share the solution of problems in hackerrank
Stars: ✭ 32 (+77.78%)
Mutual labels:  hackerrank, hackerrank-solutions, hackerrank-java, hackerrank-algorithms-solutions
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 (+200%)
Mutual labels:  competitive-programming, hackerrank, hackerrank-solutions, competitive-coding
Hackerrank30DaysOfCode
This repository consists of Hackerrank 30 Days Of Code Solutions in JAVA
Stars: ✭ 19 (+5.56%)
Mutual labels:  hackerrank, hackerrank-solutions, hackerrank-java
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+555.56%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
icpc
Resources for Competitive Programming
Stars: ✭ 14 (-22.22%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-27.78%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+27.78%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
HackerRank-LinuxShell
HackerRank-LinuxShell Solutions 💻
Stars: ✭ 26 (+44.44%)
Mutual labels:  hackerrank, hackerrank-solutions, hackerrank-algorithms-solutions
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (+55.56%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
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 (+11.11%)
Mutual labels:  competitive-programming, hackerrank, hackerrank-solutions
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (+33.33%)
Mutual labels:  competitive-programming, hackerrank, competitive-coding
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 (+472.22%)
Mutual labels:  competitive-programming, hackerrank, hackerrank-solutions
HackerrankJAVA
This repository consists of Hackerrank JAVA Solutions
Stars: ✭ 31 (+72.22%)
Mutual labels:  hackerrank, hackerrank-solutions, hackerrank-java
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (+0%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
Competitive-Programming-Algorithms
The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
Stars: ✭ 21 (+16.67%)
Mutual labels:  competitive-programming, competitive-coding
Catalyst
A VS code Extension to accelerate the process of solving problems on Codeforces.
Stars: ✭ 69 (+283.33%)
Mutual labels:  competitive-programming, competitive-coding
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+261.11%)
Mutual labels:  competition, competitive-programming
TeamReference
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
Stars: ✭ 29 (+61.11%)
Mutual labels:  competitive-programming, competitive-programming-contests
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 (-22.22%)
Mutual labels:  hackerrank, hackerrank-solutions
solutions
Solutions to online programming problems
Stars: ✭ 36 (+100%)
Mutual labels:  competitive-programming, hackerrank

HackerRank Solutions

License: MIT Open Source Love PRs Welcome first-timers-only-friendly HitCount

Everything Is AWESOME

  • This project include solutions of the problem from hackerrank which will be helpful for coding interview preparation. This project is work in progress, we are uploading solutions as soon as new video is releasing in our youtube channel codedecks

  • Don't forget to give us a 🌟 to support us to make this helpful for people preparing for coding competitions and doing interview preparations.


Welcome geeks !!!

Are you looking for anyone of these things ?

hackerrank solutions java GitHub | hackerrank tutorial in java | hackerrank 30 days of code solutions | hackerrank algorithms solutions | hackerrank cracking the coding interview solutions | hackerrank general programming solutions | hackerrank implementation solutions | hackerrank data structures solutions in java | hackerrank algorithm solution in java | hackerrank challenges solutions | hackerrank practices solutions | hackerrank coding challenges solutions | hackerrank questions | hackerrank problems | how to solve hackerrank practice problem in java | problem solving | coding interview | coding | programming | codedecks | codedecks compete


Contents

JAVA

Subdomain Description/Title Solution Video Explaination
Introduction Welcome to Java! Solution1.java YT Video
Introduction Java Stdin and Stdout I Solution2.java YT Video
Introduction Java If-Else Solution3.java YT Video
Introduction Java Stdin and Stdout II Solution4.java YT Video
Introduction Java Loops I Solution5.java YT Video
Introduction Java Loops II Solution6.java YT Video
Introduction Java Output Formatting Solution7.java YT Video
Introduction Java End-of-file Solution8.java YT Video
Introduction Java Static Initializer Block Solution9.java YT Video
Introduction Java Int to String Solution10.java YT Video

ALGORITHMS

Subdomain Description/Title Solution Video Explaination
Warmup Solve Me First Solution1.java YT Video
Warmup Simple Array Sum Solution2.java YT Video
Warmup Compare the Triplets Solution3.java YT Video
Warmup Mini-Max Sum Solution4.java YT Video
Warmup Plus Minus Solution5.java YT Video
Warmup Birthday Cake Candles Solution6.java YT Video
Warmup Roads and Libraries Solution7.java YT Video

DATA STRUCTURES

Subdomain Description/Title Solution Video Explaination
Easy Print the Elements of a Linked List Solution1.java YT Video
Easy Insert a node at the head of a linked list Solution2.java YT Video
Easy Insert a Node at the Tail of a Linked List Solution3.java YT Video
Easy Insert a node at a specific position in a linked list Solution4.java YT Video
Easy Compare two linked lists Solution5.java YT Video

Learning Resources

1.) Cracking the Coding Interview

2.) Data Structures and Algorithms Made Easy in Java

3.) Data Structure and Algorithmic Thinking with Python

4.) Grooking Algorithms

5.) Dynamic Programming for Coding Interviews

DISCLAIMER: This above mentioned resources have affiliate links, which means if you buy one of the product from my links, I’ll receive a small commission. This helps support the channel and allows us to continue to add more tutorial. Thank you for the support!

Wanted to Contribute ?

Are you up for your first PR for this project !!!
Awesome but please first go through the PULL REQUEST TEMPLATE and use this template to submit your PR.

Please read CONTRIBUTING.md and CODE OF CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

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].