Skip to content

dscuet/cpp-data-structures

 
 

Repository files navigation

Data_Structures

Data Structures are a specialized means of organizing and storing data in computers in such a way that we can perform operations on the stored data more efficiently. Data structures have a wide and diverse scope of usage across the fields of Computer Science and Software Engineering.

Programs related to data structures in C++ from my university course. Following Data Structures are implemented:

  • Binary Tree
  • Circular Linked List
  • Double link list
  • Prioriy Queue
  • Queue
  • Stack
  • Hash tree


  • Data structures are an integral part of computers used for the arrangement of data in memory. They are essential and responsible for organizing, processing, accessing, and storing data efficiently. But this is not all. Various types of data structures have their own characteristics, features, applications, advantages, and disadvantages

    Benefits of data structure

  • Data structure modification is easy.
  • It requires less time.
  • Save storage memory space
  • Data representation is easy
  • Easy access to the large database

  • dta

    The complex and advanced data strcutres are

  • Disjoint Sets
  • Self-Balancing Trees
  • Segment Trees
  • Tries etc
  • About

    Programs related to data structures

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Languages

    • C++ 88.3%
    • C 11.7%