Skip to content

Commit 184786d

Browse files
committed
[Swift 4.2] Threaded Binary Tree
1 parent f08d5fc commit 184786d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Threaded Binary Tree/ThreadedBinaryTree.playground/Contents.swift

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +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
7-
83
// Simple little debug function to make testing output pretty
94
func check(_ tree: ThreadedBinaryTree<Int>?) {
105
if let tree = tree {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)