I Love Everything That Makes Me More Human.
Introduction to Abstract Data Types
Computer Scientists uses the concept of abstraction to manage the complexity of a system or a problem. By abstraction we mean, specifying what it does, but not How it...
Introduction to Data Structure
A Data Structure, as the name suggests, is a method to store data in a structured way so that it can be easily created, viewed, and managed. A one-liner definition...
Classification of Data Structure
A Data Structure, as the name suggests, is a method to store data in a structured way so that it can be easily created, viewed, and managed. How do we classify data...