diff options
Diffstat (limited to '')
-rw-r--r-- | csci4041/hw2prob3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csci4041/hw2prob3.py b/csci4041/hw2prob3.py index f3a6806..cc53704 100644 --- a/csci4041/hw2prob3.py +++ b/csci4041/hw2prob3.py @@ -31,3 +31,4 @@ print(IS_IN_MIN_HEAP(l, 6)) print(IS_IN_MIN_HEAP(l, 7)) print(IS_IN_MIN_HEAP(l, 8)) print(IS_IN_MIN_HEAP(l, 9)) +print(IS_IN_MIN_HEAP(l, 200))
\ No newline at end of file |