answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which operation is not possible in data structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which data structure is best suited for the undo operation in windows?

Stacks


Who invented data structures?

Data structure is a very basic concept. I don't think it's possible to trace it back to a single person who invented it...


What is merging operation in data structure?

Merging is combining the records in two different file into a single file.


How would a person explain data structures to a technophobe?

It is possible to explain data structure in layman's terms. Simply put, in computer terms, a data structure is a commonly used method of data organization.


Write data structure for creation operation on singly linked list?

typedef struct ListElement {struct ListElement *next;long data;} ListElement;


What are the subject-matters of data structure?

types of data structure types of data structure


What is locks in DBMS?

a lock is variable associated with a data item that describes the status of the item with respect to possible operation that can be applied to it.


How do you amend a data structure?

How do you amend a data structure?


What is the need of circular queue in data structures?

Circular queue is a linear data structure that follows the First In First Out principle. A re-buffering problem often occurs for each dequeue operation in a standard queue data structure. This is solved by using a circular queue which joins the front and rear ends of a queue.


What is the difference between allocation and search data structure?

difference between serch data structure and allocation data structure


What is the weakness of Data structure diagram?

weakness of data structure diagrams


What is a homogeneous data structure and why is this a weakness for RDBMS?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array