Introducing 

Prezi AI.

Your new presentation assistant.

Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.

Loading…
Transcript

The abstract data type

The abstract datatype is special kind of datatype, whose behavior is defined by a set of values and set of operations.

What is Abstract Data Type?

Stack

Type of Stacks

Operations on Stack

  • isFull()

  • isEmpry()

  • push(x)

  • pop()

  • peek()

  • size()

Implementation of Stack

Queue

Type of Queues

  • isFull()

  • isEmpry()

  • insert(x)

  • delete()

  • size()

Operations on Queue

Implementation of Queue

List

Types of Lists

  • size()

  • insert(x)

  • remove(x)

  • get(i)

  • replace(x, y)

Operations on List

Learn more about creating dynamic, engaging presentations with Prezi