/data-structures-in-c

Data Structures in C

Primary LanguageC

Data Structures

Covers: Stack - using array Queue - using array Infix to postfix conversion Postfix Evaluation Linked list - Singly linked list Circular Singly Linked list Doubly Linked list Circular Doubly Linked list Queue and stack using linked list Trees - Binary Search tree Balanced Binary Search Tree (AVL tree) Expression Trees