amr-fouda / hackerrank-solutions

Practicing algorithms using jdk 8 maven project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hackerrank-solutions

Practicing algorithms using jdk 8 maven project

Prerequisite

  • JDK 8
  • Maven 3+

Level : Easy

N Name Level Category Link
1 CatAndMouse.java Easy Algorithms https://www.hackerrank.com/challenges/cats-and-a-mouse/problem
2 Pangrams.java Easy String https://www.hackerrank.com/challenges/pangrams/problem
3 MinimumLoss.java Medium Search https://www.hackerrank.com/challenges/minimum-loss/problem
4 JavaAnagrams.java Easy Strings https://www.hackerrank.com/challenges/java-anagrams/problem
5 MarcsCakewalk.java Easy Greedy https://www.hackerrank.com/challenges/marcs-cakewalk/problem
6 BalancedSums.java Easy Search https://www.hackerrank.com/challenges/sherlock-and-array/problem
7 Euler001.java Easy Project Euler 100 https://www.hackerrank.com/contests/projecteuler/challenges/euler001/problem
8 AngryProfessor.java Easy Algorithms https://www.hackerrank.com/challenges/angry-professor/problem
9 IcecreamParlor.java Easy Search https://www.hackerrank.com/challenges/icecream-parlor/problem
10 MissingNumbers.java Easy Search https://www.hackerrank.com/challenges/missing-numbers/problem
11 ElectronicsShop.java Easy Implementation https://www.hackerrank.com/challenges/electronics-shop/problem
12 TimeConversion.java Easy Warm up https://www.hackerrank.com/challenges/time-conversion/problem
13 BonAppetit.java Easy Implementation https://www.hackerrank.com/challenges/bon-appetit
14 AppleAndOrange.java Easy Implementation https://www.hackerrank.com/challenges/apple-and-orange
15 FindDigits.java Easy Implementation https://www.hackerrank.com/challenges/find-digits/problem
16 BreakingTheRecords.java Easy Implementation https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem
17 HurdleRace.java Easy Implementation https://www.hackerrank.com/challenges/the-hurdle-race/problem
18 DesignerPdfViewer.java Easy Implementation https://www.hackerrank.com/challenges/designer-pdf-viewer/problem
19 Kangaroo.java Easy Implementation https://www.hackerrank.com/challenges/kangaroo/problem
20 FunnyString.java Easy Strings https://www.hackerrank.com/challenges/funny-string/problem
21 HackerrankInString.java Easy Strings https://www.hackerrank.com/challenges/hackerrank-in-a-string/problem
22 MarsExploration.java Easy Strings https://www.hackerrank.com/challenges/mars-exploration/problem
23 AlternatingCharacters.java Easy Strings https://www.hackerrank.com/challenges/alternating-characters/problem
24 Gemstones.java Easy Strings https://www.hackerrank.com/challenges/gem-stones/problem
25 StringConstruction.java Easy Strings https://www.hackerrank.com/challenges/string-construction/problem
26 BeautifulDaysAtTheMovies.java Easy Implementation https://www.hackerrank.com/challenges/beautiful-days-at-the-movies/problem
27 MigratoryBirds.java Easy Implementation https://www.hackerrank.com/challenges/migratory-birds/problem
28 FindMedian.java Easy Sorting https://www.hackerrank.com/challenges/find-the-median/problem
29 PickingNumbers.java Easy Implementation https://www.hackerrank.com/challenges/picking-numbers/problem
30 ServiceLane.java Easy Implementation https://www.hackerrank.com/challenges/service-lane/problem
31 HalloweenSale.java Easy Implementation https://www.hackerrank.com/challenges/halloween-sale/problem
32 TwoStrings.java Easy Strings https://www.hackerrank.com/challenges/two-strings/problem
33 MarkAndToys.java Easy Greedy https://www.hackerrank.com/challenges/mark-and-toys/problem
34 MinimumAbsoluteDifference.java Easy Greedy https://www.hackerrank.com/challenges/minimum-absolute-difference-in-an-array/problem
35 MaxMin.java Medium Greedy https://www.hackerrank.com/challenges/angry-children/problem
36 PriyankaAndToys.java Easy Greedy https://www.hackerrank.com/challenges/priyanka-and-toys/problem
37 JimOrders.java Easy Greedy https://www.hackerrank.com/challenges/jim-and-the-orders/problem

About

Practicing algorithms using jdk 8 maven project


Languages

Language:Java 100.0%