Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
iryndin committed May 14, 2014
1 parent e21a0d6 commit 4a3c547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fogcreek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Solution

### BruteForce

See [BruteForce.java](../blob/master/fogcreek/BruteForce.java)
See [BruteForce.java](../fogcreek/BruteForce.java)

It is straightforward. 8 nested loops, in the last hash is checked.

### Reverse Hash

See [ReverseHash.java](../blob/master/fogcreek/ReverseHash.java)
See [ReverseHash.java](../fogcreek/ReverseHash.java)

If you look precisely on hash function, you will see it has some nice features:

Expand Down

0 comments on commit 4a3c547

Please sign in to comment.