Skip to content

Commit

Permalink
Add birthday cholocate problem stmt and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadhonrao committed Jun 7, 2019
1 parent b532a4d commit c7581c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions problem-solving/algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Kangaroo | [Problem](https://www.hackerrank.com/challenges/kangaroo/problem) | [C#](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/kangaroo/kangaroo.cs) | [Java](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/kangaroo/kangaroo.java) | [Python3](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/kangaroo/kangaroo.py)
- Between Two Sets | [Problem](https://www.hackerrank.com/challenges/between-two-sets/problem) | [C#](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/between-two-sets/between-two-sets.cs) | [Java](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/between-two-sets/between-two-sets.java) | [Python3](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/between-two-sets/between-two-sets.py)
- Breaking the Records | [Problem](https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem) | [C#](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/breaking-the-records/breaking-the-records.cs) | [Java](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/breaking-the-records/breaking-the-records.java) | [Python3](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/breaking-the-records/breaking-the-records.py)
- Birthday Chocolates | [Problem](https://www.hackerrank.com/challenges/the-birthday-bar/problem) | [C#](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/birthday-chocolates/birthday-chocolates.cs) | [Java](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/birthday-chocolates/birthday-chocolates.java) | [Python3](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/birthday-chocolates/birthday-chocolates.py)
- Sock Merchant | [Problem](https://www.hackerrank.com/challenges/sock-merchant) | [C#](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/sock-merchant/sock-merchant.cs) | [Java](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/sock-merchant/sock-merchant.java) | [Python3](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/sock-merchant/sock-merchant.py)
- Designer PDF Viewer | [Problem](https://www.hackerrank.com/challenges/designer-pdf-viewer/problem) | [C#](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/designer-pdf-viewer/designer-pdf-viewer.cs) |
- Utopian Tree | [Problem](https://www.hackerrank.com/challenges/utopian-tree/problem) | [C#](https://github.com/PrasadHonrao/HackerRank/blob/master/problem-solving/algorithms/implementation/utopian-tree/utopian-tree.cs) |
Expand Down
Binary file not shown.

0 comments on commit c7581c9

Please sign in to comment.