Data Structures
Data Structures
A data structure is a special structure or format for organize and storing data. Data structure is a way of storing, organizing and manipulating data in a computer.
In General data structures includes concepts like array, file, list, stack, queue, tree, graph etc.
Data structures are classified into two types:
Linear Data structures:Elements are accessed in a sequential order.
Example: Arrays, Linked List, stacks, queues
Non- Linear data structures:
Example:: Trees , graphs
Comments
Post a Comment