Skip to content

ayush0418/Data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Data Structure?

Data Structure is a way to store and organize data in memory so that it can be used efficiently.

Data Structure Classification

Coder GIF

Major Operations

The major or the common operations that can be performed on the data structures are:

  1. Searching: We can search for any element in a data structure.
  2. Sorting: We can sort the elements of a data structure either in an ascending or descending order.
  3. Insertion: We can also insert the new element in a data structure.
  4. Updation: We can also update the element, i.e., we can replace the element with another element.
  5. Deletion: We can also perform the delete operation to remove the element from the data structure.

Advantages of Data structures

The following are the advantages of a data structure:

  1. Efficiency: If the choice of a data structure for implementing a particular ADT is proper, it makes the program very efficient in terms of time and space.
  2. Reusability: he data structures provide reusability means that multiple client programs can use the data structure.
  3. Abstraction: The data structure specified by an ADT also provides the level of abstraction. The client cannot see the internal working of the data structure, so it does not have to worry about the implementation part. The client can only see the interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published