This repository contains implementations of various data structures and algorithms in C and C++.
- Avl-Tree: AVL tree implementation.
 - Doubly-Linked-List: Doubly linked list implementation.
 - Linked-List: Singly linked list implementation.
 - Minimum-Enclosing-Circle-B-Spline: Implementation of algorithms for minimum enclosing circle and B-spline.
 
Each folder contains the implementation of a specific data structure or algorithm. You can explore individual folders to understand the implementation details and usage of each data structure or algorithm.