> For the complete documentation index, see [llms.txt](https://amriths-harijayanthan.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amriths-harijayanthan.gitbook.io/notes/data-structure-and-algorithms/data-structures-in-c.md).

# Data Structures in C

Implementation of all 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>" %}
