answersLogoWhite

0

There are so many sorting methods available in data structure.

  1. Bubble sort
  2. Shell sort
  3. Merge sort
  4. Count sort
  5. Bucket sort
  6. Radix sort
  7. Quick sork
  8. Selection sort
  9. Heap Sort
  10. Insertion sort
User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

How many search techniqe's in data structure?

There are two types of searching technique used in data structure.such as linear and binary search.


Climatology method is what?

The climatology method is another way of producing weather forecasts. It takes data over many years and compiles it to predict what type of weather will come.


What is the difference between a data type and a data structure?

Data type can be regarded as data structure because we can define our own data type by using typed function. Data types are the category in which the variable are listed to hold the specific value and data structures are the way in which the values and variables are stored in the memory. The use of a data type called structures allows a collection of values possibly of different types to be treated as a single item. Each data structure is built up from the basic data types of the underlying programming language using the available data structuring facilities, such as arrays & pointers


Is a linked list a physical data structure?

Physical data structures are how data is organized on a hardware storage device, and therefore how they appear to the computer. Logical or virtual data structures are software-based objects, and how the user or program sees it. Although many file systems use a type of linked list format for storing information, a linked list is used for both hardware and software purposes, and therefore it cannot fall under either the physical or virtual data structure classification.


How many types of tree in data structure?

1. Binary Tree 2. Null Tree 3. High&Low Balance Tree . . .