Skip to content

Commit 0f2c5aa

Browse files
authored
Merge pull request kodecocodes#793 from karolms/avl-tree
[Swift 4.2] AVL Tree
2 parents 08d4d62 + 6c2aa24 commit 0f2c5aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

AVL Tree/AVLTree.playground/Contents.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
//: Playground - noun: a place where people can play
22

3-
// last checked with Xcode 9.0b4
4-
#if swift(>=4.0)
5-
print("Hello, Swift 4!")
6-
#endif
73

84
let tree = AVLTree<Int, String>()
95

0 commit comments

Comments
 (0)