Content deleted Content added
m directly proportional → linear |
m in while loop I placed "do" instead of "then" Tag: Reverted |
||
Line 71:
|
Iterative-Tree-Search(x, key)
'''while''' x ≠ NIL '''and''' key ≠ x.key '''
'''if''' key < x.key '''then'''
x := x.left
|