Skip to content

Commit 28f9231

Browse files
authored
Merge pull request kodecocodes#791 from karolms/Kth-largest
[Swift 4.2] Kth largest element
2 parents dd1398a + 7518234 commit 28f9231

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Kth Largest Element/kthLargest.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 a = [5, 1, 3, 2, 7, 6, 4]
95

0 commit comments

Comments
 (0)