Linear data structures

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

Circular Queue

A linear data structure in which the operations are performed based on FIFO and the last position is connected back to the first position to make a circle.

Queue

A linear data structure in which the operations are performed based on FIFO principle.

Stack

A linear data structure in which the operations are performed based on LIFO principle.

Circular linked list

A sequence of elements in which every element has link to its next element in the sequence and the last element has a link to the first element in the sequence.

Double linked list

A sequence of elements in which every element has links to its previous element and next element in the sequence.

Array

A variable which can store multiple values of same data type at a time.

Node

Each element in a linked list is called as...

Front (head)

In a single linked list, the address of the first node is always stored in a reference node known as...

Single Linked List

Single linked list is a sequence of elements in which every element has link to its next element in the sequence.

deQueue

To delete an element from the queue

Pop

To delete an element from the stack

enQueue

To insert an element into the queue

Push

To insert an element on to the stack


Set pelajaran terkait

ISSA Unit 4: Kinesiology of Exercise

View Set

FN - Unit 2 - Chapter 34: Activity

View Set

Leading Marines - Admin and Communication (The Promotion System)

View Set

US History I Unit VIII (Ch. 13-14)

View Set

BIO 3400 (Bush) - Exam 1-7 Questions - Mizzou

View Set

Chapter 23 Asepsis and Infection Control

View Set

ECON Exam 1, Exam 3, ECON Exam 2

View Set