Let's grind HackerRank!
Solutions and visual explanations to HackerRank problems, fully tested using official sample test cases that are not locked behind a paywall.
Problems
Legend
Unofficial listing
Meta Coursework
- Topic 1 — Arrays & String
- Topic 2 — Lists
- Topic 3 — Stacks & Queues
- Topic 4 — Hash & Maps
- Ice Cream Parlor
Colorful Numbers- Topic 5 — Sorting Algorithms
- Insertion Sort I
- Quicksort II
- Topic 6 — Trees
- Binary Search Tree: Insertion
- Tree: Height of a Binary Tree
- QHEAP1
- Topic 7 — Graphs (DFS & BFS)
- Breadth First Search: Shortest Reach
- Snakes and Ladders: The Quickest Way Up
- Topic 8 — Recursion
- Fibonacci Numbers
Official listing
Algorithms | Data Structures |
---|---|
|
|
Java
- Welcome to Java!
- Java If-Else
- Java Stdin and Stdout I
- Java Stdin and Stdout II
- Java Output Formatting
- Java Loops I
- Java Loops II