Package dsa.iface
package dsa.iface
-
InterfacesClassDescriptionIBinaryTree<T>Interface to represent a Binary Tree.IList<T>ADT to represent a List data structure.IPosition<T>Position ADT.IQueue<T>ADT to represent a Queue.ITree<T>Interface representing a Tree data structure.