Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
RodneyShag committed Feb 5, 2017
1 parent 6ec3c07 commit 692821a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ My Java solutions to [HackerRank](https://www.hackerrank.com/) challenges

## Tutorials - 30 Days of Code

| Domain | Subdomain | Day | Challenge | Difficulty | Solution |
|:---------:|:---------------:|:---:|:--------------------------------------------------------------------:|:------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| Tutorials | 30 Days of Code | 0 | [Hello, World](https://www.hackerrank.com/challenges/30-hello-world) | Easy | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/30%20Days%20of%20Code/Day%200%20-%20Hello%2C%20World/Solution.java) |
| Tutorials | 30 Days of Code | 1 | [Data Types](https://www.hackerrank.com/challenges/30-data-types) | Easy | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/30%20Days%20of%20Code/Day%201%20-%20Data%20Types/Solution.java) |
| Tutorials | 30 Days of Code | 2 | [Operators](https://www.hackerrank.com/challenges/30-operators) | Easy | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/30%20Days%20of%20Code/Day%202%20-%20Operators/Solution.java) |
| Domain | Subdomain | Day | Challenge | Difficulty | Solution |
|:---------:|:---------------:|:---:|:--------------------------------------------------------------------------------------------------:|:------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| Tutorials | 30 Days of Code | 0 | [Hello, World](https://www.hackerrank.com/challenges/30-hello-world) | Easy | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/30%20Days%20of%20Code/Day%200%20-%20Hello%2C%20World/Solution.java) |
| Tutorials | 30 Days of Code | 1 | [Data Types](https://www.hackerrank.com/challenges/30-data-types) | Easy | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/30%20Days%20of%20Code/Day%201%20-%20Data%20Types/Solution.java) |
| Tutorials | 30 Days of Code | 2 | [Operators](https://www.hackerrank.com/challenges/30-operators) | Easy | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/30%20Days%20of%20Code/Day%202%20-%20Operators/Solution.java) |
| Tutorials | 30 Days of Code | 3 | [Intro to Conditional Statements](https://www.hackerrank.com/challenges/30-conditional-statements) | Easy | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/30%20Days%20of%20Code/Day%203%20-%20Intro%20to%20Conditional%20Statements/Solution.java) |
| Tutorials | 30 Days of Code | 4 | [Class vs. Instance](https://www.hackerrank.com/challenges/30-class-vs-instance) | Easy | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/30%20Days%20of%20Code/Day%204%20-%20Class%20vs.%20Instance/Solution.java) |


## Tutorials - Cracking the Coding Interview
Expand All @@ -35,6 +37,10 @@ My Java solutions to [HackerRank](https://www.hackerrank.com/) challenges
| Tutorials | Cracking the Coding Interview | Data Structures | [Heaps: Find the Running Median](https://www.hackerrank.com/challenges/ctci-find-the-running-median) | Hard | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/Cracking%20the%20Coding%20Interview/Data%20Structures/Heaps%20-%20Find%20the%20Running%20Median/Solution.java) |
| Tutorials | Cracking the Coding Interview | Data Structures | [Tries: Contacts](https://www.hackerrank.com/challenges/ctci-contacts) | Hard | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/Cracking%20the%20Coding%20Interview/Data%20Structures/Tries%20-%20Contacts/Solution.java) |
| Tutorials | Cracking the Coding Interview | Algorithms | [Sorting: Bubble Sort](https://www.hackerrank.com/challenges/ctci-bubble-sort) | Medium | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/Cracking%20the%20Coding%20Interview/Algorithms/Sorting%20-%20Bubble%20Sort/Solution.java) |
| Tutorials | Cracking the Coding Interview | Algorithms | [Sorting: Comparator](https://www.hackerrank.com/challenges/ctci-comparator-sorting) | Medium | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/Cracking%20the%20Coding%20Interview/Algorithms/Sorting%20-%20Comparator/Solution.java) |
| Tutorials | Cracking the Coding Interview | Algorithms | [Merge Sort: Counting Inversions](https://www.hackerrank.com/challenges/ctci-merge-sort) | Hard | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/Cracking%20the%20Coding%20Interview/Algorithms/Merge%20Sort%20-%20Counting%20Inversions/Solution.java) |
| Tutorials | Cracking the Coding Interview | Algorithms | [Binary Search: Ice Cream Parlor](https://www.hackerrank.com/challenges/ctci-ice-cream-parlor) | Medium | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/Cracking%20the%20Coding%20Interview/Algorithms/Binary%20Search%20-%20Ice%20Cream%20Parlor/Solution.java) |
| Tutorials | Cracking the Coding Interview | Algorithms | [DFS: Connected Cell in a Grid](https://www.hackerrank.com/challenges/ctci-connected-cell-in-a-grid) | Hard | [Solution.java](https://github.com/rshaghoulian/HackerRank-solutions/blob/master/Tutorials/Cracking%20the%20Coding%20Interview/Algorithms/DFS%20-%20Connected%20Cell%20in%20a%20Grid/Solution.java) |


## Tutorials - 10 Days of Statistics
Expand Down

0 comments on commit 692821a

Please sign in to comment.