From 422acf206cc41a9c50f1f0d3442261be18a7aff1 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Thu, 5 Mar 2020 11:51:30 -0600 Subject: commit on master --- csci4041/hw2prob3.py | 1 + 1 file changed, 1 insertion(+) (limited to 'csci4041') 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 -- cgit v1.2.3