# Data Structures in C

1. Array
2. Linked List&#x20;
   1. Singly&#x20;
   2. Doubly
   3. Circular&#x20;
   4. Circular Doubly&#x20;
3. Queue
4. Tree
5. Graph

{% embed url="<https://en.wikipedia.org/wiki/List_of_data_structures>" %}
