Skip to content

Commit 0f2e9e1

Browse files
authored
Update hyperlinks
Link to author profiles were missing
1 parent c5ff408 commit 0f2e9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AVL Tree/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ The interesting bits are in the `balance()` method which is called after inserti
8888

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

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

0 commit comments

Comments
 (0)