VRVishnupriya Rathiinblogwithvishnupriya.hashnode.devยทApr 4 ยท 5 min readAbstract Data type What is ADT (Abstract Data Type)? An Abstract Data Type (ADT) is a model that defines what operations can be performed on a data structure without specifying how those operations are implemented. In s00
VRVishnupriya Rathiinblogwithvishnupriya.hashnode.devยทMar 31 ยท 5 min readIntroduction To Data Structure ๐๐ฎ๐๐ฎ Data is a collection of raw facts and figures that does not have any meaning by itself. Example: Marks of students, names, roll numbers, etc. ๐๐ป๐ณ๐ผ๐ฟ๐บ๐ฎ๐๐ถ๐ผ๐ป Information is processed d00