Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 24 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# 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
* Prioriy Queue
* Queue
* Stack
# Data_Structures
<p>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.</p>
<h3> Programs related to data structures in C++ from my university course.
Following Data Structures are implemented: </h3>
<li> Binary Tree </li>
<li> Circular Linked List </li>
<li> Double link list </li>
<li> Prioriy Queue </li>
<li> Queue</li>
<li> Stack </li>
<li> Hash tree </li>
<br>

<br>

<p> 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 </p>
<h3> Benefits of data structure </h3>
<li> Data structure modification is easy. </li>
<li> It requires less time.</li>
<li> Save storage memory space </li>
<li> Data representation is easy</li>
<li> Easy access to the large database </li><br>

![dta](https://user-images.githubusercontent.com/55224607/193588277-3b2832c4-ca7f-47c4-98cc-0c40fe43a168.png)