Skip to content

Commit

Permalink
Tweaks for Heap
Browse files Browse the repository at this point in the history
- Create Xcode project for test cases
- Move author name to document itself
- Fix typos
  • Loading branch information
hollance committed Jan 29, 2016
1 parent dd986a4 commit d0be242
Show file tree
Hide file tree
Showing 10 changed files with 1,228 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Heap/Heap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//

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

0 comments on commit d0be242

Please sign in to comment.