Data Structure
The terms "Data Structure" and "Algorithm" refer to two basic ideas in computer science. Here's a quick explanation of each of them:
Data Organization
A data structure is a method of structuring and storing data in a computer's memory so that it can be accessed, changed, and manipulated quickly.
Different data structures are created to fulfill various functions and offer differing degrees of efficiency for certain tasks.
Arrays
linked lists
stacks
queues
trees and hash tabl
Recent Comments