stariq2003
IS-IT--Management
Hi i got a project which is located at
1. i need to know that for isEmpty(), i can say that
return (root == nul); right?
but istance variable root isn't defined there and we re not allowed to chg it. so can we use instance parent instead of root.
2. can u please help me with insert(Comparable item)
and deletemin()
ill appreciate tht thanks a lot!
1. i need to know that for isEmpty(), i can say that
return (root == nul); right?
but istance variable root isn't defined there and we re not allowed to chg it. so can we use instance parent instead of root.
2. can u please help me with insert(Comparable item)
and deletemin()
ill appreciate tht thanks a lot!