0% found this document useful (0 votes)
32 views

Data Structure (Day-1) : Ganesan C Lead Engineer

This document discusses data structure classifications. It divides data structures into two main categories: primitive types like boolean, integer, and floating point values; and abstract data types like arrays, lists, sets, maps, queues, and trees. The document was created by Ganesan C, a lead engineer, as an introduction to data structures for day one of a course.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Data Structure (Day-1) : Ganesan C Lead Engineer

This document discusses data structure classifications. It divides data structures into two main categories: primitive types like boolean, integer, and floating point values; and abstract data types like arrays, lists, sets, maps, queues, and trees. The document was created by Ganesan C, a lead engineer, as an introduction to data structures for day one of a course.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Data Structure [Day-1]

Ganesan C
Lead Engineer
The Classification

 Primitive types  Abstract data types


 Boolean  Array
 Character  Container
 Floating-point  Map, Multimap
 Double  List
 Integer  Set, Multiset
 Enumerated type  Priority queue

 Composite types  Queue, Deque

 Array  Stack

 Record  String

 Union  Tree

 Tagged union)  Graph

2
Thank you!
http://wf13.myhcl.com/sites/techceed/index.html

You might also like