Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JClutch authored Apr 17, 2018
1 parent fbbdef1 commit d3e6650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Coding_Challenges/Smallest_Square/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Output:
Should return 16
Explanation:
The square will encompass either (0,0) + (2,2) or (2,7) + (2,2)
The square will encompass (0,0) + (2,2)
*The squares sides can't go through the points but have to wrap around them*
```

**BONUS POINTS IF YOU CAN SOLVE THIS IN BETTER THAN EXPONENTIAL TIME**
**BONUS POINTS IF YOU CAN SOLVE THIS IN BETTER THAN EXPONENTIAL TIME**

0 comments on commit d3e6650

Please sign in to comment.