Tiffany Harper :: Completed all methods#24
Tiffany Harper :: Completed all methods#24starseed2021 wants to merge 1 commit intoAda-C16:masterfrom
Conversation
kyra-patton
left a comment
There was a problem hiding this comment.
Hi Tiffany, I'm grading this project as a yellow since the time and space complexities were left blank as were the comprehension questions.
A yellow is a passing score so resubmission is not required, however if you would like a green score, please resubmit with the Big O and comprehension questions completed.
🟡
| Time Complexity: ? | ||
| Space Complexity: ? |
There was a problem hiding this comment.
✨ But what about time and space complexity?
| the heap property is reestablished. | ||
| """ | ||
| pass | ||
| heap = self.store |
| Time complexity: ? | ||
| Space complexity: ? |
There was a problem hiding this comment.
✨ Implementation works but what about time and space complexity?
|
|
||
|
|
||
| def empty(self): | ||
| """ This method returns true if the heap is empty |
There was a problem hiding this comment.
✨ Implementation works but what about time and space complexity?
| Time Complexity: ? | ||
| Space Complexity: ? |
There was a problem hiding this comment.
✨ Implementation works but what about time and space complexity?
| Time Complexity: ? | ||
| Space Complexity: ? |
There was a problem hiding this comment.
✨ Implementation works but what about time and space complexity?
| @@ -1,8 +1,18 @@ | |||
| from min_heap import MinHeap | |||
There was a problem hiding this comment.
| from min_heap import MinHeap | |
| from heaps.min_heap import MinHeap |
Heaps Practice
Congratulations! You're submitting your assignment!
Comprehension Questions
heap_up&heap_downmethods useful? Why?