Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andela-sjames committed Mar 25, 2020
1 parent 2befa1f commit cb61ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ of O(1) time for search in comparison to 0(n) time for search without a Hash tab
An ADT simply defines the behaviour that a DataType(priorityQueue) should have; the Binary Heap Invariant gives
us a better time complexity than using a linked list or an unsorted list.

Usage: <https://play.golang.org/p/BTO5XqSFghX>
Usage: <https://play.golang.org/p/D2SaHHiibU3>

```go

Expand Down

0 comments on commit cb61ed2

Please sign in to comment.