# HackerRank **Repository Path**: mirrors_jeffreydwalter/HackerRank ## Basic Information - **Project Name**: HackerRank - **Description**: HackerRank solutions in Java/JS/Python/C++/C# - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [CopyrightLicense]:./license.md

Solutions to problems on HackerRank.

Check out HackerRank's new format here

If you are interested in helping or have a solution in a different language feel free to make a pull request.

## Algorithms ![AlgorithmsPoints] - [Warmup](https://github.com/RyanFehr/HackerRank#warmup) - [Implementation](https://github.com/RyanFehr/HackerRank#implementation) - [Strings](https://github.com/RyanFehr/HackerRank#strings) - [Sorting](https://github.com/RyanFehr/HackerRank#sorting) - [Search](https://github.com/RyanFehr/HackerRank#search) - [Graph Theory](https://github.com/RyanFehr/HackerRank#graph-theory) - [Greedy](https://github.com/RyanFehr/HackerRank#greedy) - [Dynamic Programming](https://github.com/RyanFehr/HackerRank#dynamic-programming) - [Constructive Algorithms](https://github.com/RyanFehr/HackerRank#constructive-algorithms) - [Bit Manipulation](https://github.com/RyanFehr/HackerRank#bit-manipulation) - [Recursion](https://github.com/RyanFehr/HackerRank#recursion) - [Game Theory](https://github.com/RyanFehr/HackerRank#game-theory) - [NP Complete](https://github.com/RyanFehr/HackerRank#np-complete) ## DataStructures ![DataStructuresPoints] - [Arrays](https://github.com/RyanFehr/HackerRank#arrays) - [Linked Lists](https://github.com/RyanFehr/HackerRank#linked-lists) - [Trees](https://github.com/RyanFehr/HackerRank#trees) - [Balanced Trees](https://github.com/RyanFehr/HackerRank#balanced-trees) - [Stacks](https://github.com/RyanFehr/HackerRank#stacks) - [Queues](https://github.com/RyanFehr/HackerRank#queues) - [Heap](https://github.com/RyanFehr/HackerRank#heap) - [Disjoint Set](https://github.com/RyanFehr/HackerRank#disjoint-set) - [Multiple Choice](https://github.com/RyanFehr/HackerRank#multiple-choice) - [Trie](https://github.com/RyanFehr/HackerRank#trie) - [Advanced](https://github.com/RyanFehr/HackerRank#advanced) ## Mathematics ![MathematicsPoints] - [Fundamentals](https://github.com/RyanFehr/HackerRank#fundamentals) - Number Theory - Combinatorics - Algebra - Geometry - Probability - Linear Algebra Foundations ## Java ![JavaPoints] - Introduction - Strings - BigNumber - Data Structures - [Object Oriented Programming](https://github.com/RyanFehr/HackerRank#object-oriented-programming) - Exception Handling - Advanced ### Warmup | # | Title | Solution | Time | Space | Difficulty | Points | Note -----|---------------- |:---------------:| --------------- | --------------- |:-------------:|:--------------:| ----- | |[Solve Me First](https://www.hackerrank.com/challenges/solve-me-first)|