View Full Version : Types of Data Structure
charlesprabhu
02-25-2022, 02:53 AM
Binary
Stack
Matrix
Linked list
Array
Sparsr Matrix
Heap
Hash table
Queue
taxiongo
03-09-2022, 01:52 AM
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
Cloudnow
12-15-2022, 05:30 AM
Types of Data Structure
1. Array
2. Graphs
3. Hash Tables
4. Linked List
5. Stack
6. Queue
7. Tree
8. Trie
If you are looking for application development services (https://www.cloudnowtech.com/application-development-services.html) then I suggest Cloudnow technologies. Cloudnow technologies Application development services empower brands across the globe with innovative and future-proof mobile apps.
https://www.cloudnowtech.com/application-development-services.html
SamHobbs
12-16-2022, 12:18 AM
I do not consider binary to be a data structure. All the other items in your list have source code representations and are binary during execution.
Stacks and queues are linked lists with only slight differences. Probably the only difference is the methods used to access the data.
If you search the internet then you will quickly learn that a matrix is a two-dimensional array. Arrays can have more than two dimensions but a matrix always has two dimensions.
SamHobbs
12-16-2022, 05:37 PM
And there are entire books about data structures.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.