answersLogoWhite

0


Best Answer

Both of them affect the length.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

due i have problem

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do insertion and deletion have in common?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a double ended queue?

A double ended queue, or deque, is a queue in which you can access or modify both the head and the tail. The front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion)


What is the need of deque?

A double ended queue (or deque ) is a queue where insertion and deletion can be performed at both end that is front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion). So when we need to insert or delete at both end we need deque.


What is the name for queue insertion and deletion?

The names given to these functions are implementation-specific. Below are some common examples. Adding an element to the end: enqueue, push, add Removing an element form the top: dequeue, pop, remove


What are the various operations that can be performed on a queue?

In queue insertion takes place on rear end and deletion takes place on front end. INSERTION(QUEUE,N,FRONT,REAR,ITEM) :QUEUE is the name of a array on which we are implementing the queue having size N. view comlete ans at http://mcabcanotes.in/algorithm-to-perform-insertion-and-deletion-in-a-queue/


Circular queue in linear data structure?

The queue is a linear data structure where operations of insertion and deletion are performed at separate ends also known as front and rear. Queue is a FIFO structure that is first in first out. A circular queue is similar to the normal queue with the difference that queue is circular queue ; that is pointer rear can point to beginning of the queue when it reaches at the end of the queue. Advantage of this type of queue is that empty location let due to deletion of elements using front pointer can again be filled using rear pointer.

Related questions

Which is not a frameshift mutation substitution insertion deletion or point mutation?

frameshift- deletion and insertion point mutation- sustitution


What is the difference betweens deletion and insertion?

Deletion is nothing but eliminating and insertion is adding.


What do you understand by deque?

A double ended queue (or deque ) is a queue where insertion and deletion can be performed at both end that is front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion)


What are 3 types of mutations and what do they do?

The three different types of mutation are substitution, insertion, and deletion. They differ because deletion is missing a base, insertion has a base that was added, and substitution has a base that has been replaced.


What is a double ended queue?

A double ended queue, or deque, is a queue in which you can access or modify both the head and the tail. The front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion)


What is the need of deque?

A double ended queue (or deque ) is a queue where insertion and deletion can be performed at both end that is front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion). So when we need to insert or delete at both end we need deque.


What are 3 types of mutation?

Three types of gene mutations are substitution, insertion, and deletion. Another gene mutation would be frame shift. All these mutations can cause deformities of the gene.


What would produce a frameshift mutation?

An insertion/deletion event.


Which types of mutation can add genes to a chromosomes?

insertion and deletion


What are the two types of mutations in gamete cells?

Deletion or Insertion


Which types of mutation can be add genes to a chromosome?

A deletion mutation can take genes away from a chromosome.


Is spina bifida insertion or deletion issue?

As far as we know, spina bifida doesn't have a specific chromosomal abnormality, so it isn't thought of as an insertion or deletion. It is a developmental problem with the neural tube.