Skip to content

Commit

Permalink
Update hyperlinks
Browse files Browse the repository at this point in the history
Link to author profiles were missing
  • Loading branch information
mitghi authored Jan 28, 2019
1 parent c5ff408 commit 0f2e9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AVL Tree/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ The interesting bits are in the `balance()` method which is called after inserti

AVL tree was the first self-balancing binary tree. These days, the [red-black tree](../Red-Black%20Tree/) seems to be more popular.

*Written for Swift Algorithm Club by Mike Taghavi and Matthijs Hollemans*
*Written for Swift Algorithm Club by [Mike Taghavi](https://github.com/mitghi) and [Matthijs Hollemans](https://github.com/hollance)*

0 comments on commit 0f2e9e1

Please sign in to comment.