Tuesday, August 16, 2022

Implementation of Data Structure

Implementation of data structures can be viewed in terms of two phases:  specification and implementation.

Phase I Specification:
a data structure should be designed to know what it does and not necessarily how it will do it.

Phase II Implementation: 

At this stage, defining all functions with respect to the description of how to manipulate data. This can be done with algorithms so that the details of the operation can be understood easily, and the reader can implement them easily and effectively with the help of any programming language.

0 comments:

Post a Comment

Data Structures with C++



NET/SET/CS PG



Operating Systems



Computer Networks



JAVA



Design and Analysis of Algorithms



Programming in C++

Top