Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Aug 22, 2017
1 parent 7b201e8 commit 10a5337
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@
* [Pair Difference Counter](https://github.com/jaebradley/hackerrank/blob/master/codereview/pairDifferenceCounter.md)
* Given `N` integers, count the number of pairs of integers whose difference is `K`
* [Implementation](https://github.com/jaebradley/hackerrank/blob/master/src/main/java/algorithms/implementations/PairDifferenceCounter.java)
* [HackerRank](https://www.hackerrank.com/challenges/pairs/problem)
* [HackerRank](https://www.hackerrank.com/challenges/pairs/problem)
* [Unordered Anagrammatic Pairs Counter](https://github.com/jaebradley/hackerrank/blob/master/codereview/unorderedAnagrammaticPairsCounter.md)
* In other words, find the number of unordered pairs of substrings of `S` that are anagrams of each other
* [Implementation](https://github.com/jaebradley/hackerrank/blob/master/src/main/java/algorithms/implementations/UnorderedAnagrammaticPairsCounterImpl.java)
* [HackerRank](https://www.hackerrank.com/challenges/sherlock-and-anagrams/problem)
* [CodeReview](https://codereview.stackexchange.com/questions/169768/unordered-substring-anagrammatic-pairs)

0 comments on commit 10a5337

Please sign in to comment.