DSA || 1st Term 2019
Asian Define ADT with example. A useful tools for specifying the logical properties of a data type is called abstract data type. An ADT have both set of values of a given type and the set of operations that can be performed on those values. Example: Array, List, Queue, etc. Define max-heap with suitable example. […]
Continue Reading