Skip to content

Commit 505af8b

Browse files
committed
PR template
1 parent dcce1b0 commit 505af8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/PULL_REQUEST_TEMPLATE

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ Question | Answer
88
:------------- | :-------------
99
How is a Heap different from a Binary Search Tree? |
1010
Could you build a heap with linked nodes? |
11-
Why is adding a node to a heap an O(log n) operation?
11+
Why is adding a node to a heap an O(log n) operation? |
12+
Were the `heap_up` & `heap_down` methods useful? Why? |
13+
1214

0 commit comments

Comments
 (0)