Data structure

taxiongo

Member
Data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently.
Types of Data Structure
1. Array
2. Graphs
3. Hash Tables
4. Linked List
5. Stack
6. Queue
7. Tree
8. Trie
 
Back
Top