Skip to content

Commit bfe85d0

Browse files
author
Arun Kirubarajan
authored
Update assignment1.py
1 parent f325b7f commit bfe85d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assignment1.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ def my_reduce(function, l, initializer=None):
7979
class BSTree(object):
8080
''' Implement a binary search tree.
8181
See here: http://en.wikipedia.org/wiki/Binary_search_tree
82-
or https://www.seas.upenn.edu/~cis120/current/notes/120notes.pdf
83-
The examples in the test file illustrate the desired behavior.
82+
or https://www.cis.upenn.edu/~cis120/current/files/120notes.pdf
8483
8584
Each method you need to implement has its own docstring
8685
with further instruction. You'll want to move most of the

0 commit comments

Comments
 (0)