Skip to content

Commit d0be242

Browse files
committed
Tweaks for Heap
- Create Xcode project for test cases - Move author name to document itself - Fix typos
1 parent dd986a4 commit d0be242

File tree

10 files changed

+1228
-16
lines changed

10 files changed

+1228
-16
lines changed

Heap/Heap.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
/**
7-
* A heap is a type of tree data structure with 2 charactersitics:
7+
* A heap is a type of tree data structure with 2 characteristics:
88
* 1. Parent nodes are either greater or less than each one of their children (called max heaps and min heaps respectively)
99
* 2. Only the top item is accessible (greatest or smallest)
1010
*

0 commit comments

Comments
 (0)