All Data Structures Implementation in C and Python programming languages. All famous Algorithms implementation in C and Python language. Dynamic Programming Algorithms.
This repository was used in Data Structure & Algorithms Webinar Organised by Developer Student Club Bijnor for demonstration. Speakers were Kumar Shanu and Shubham.
Implementation of popular Data Structures in two programming laguages i.e. C and Python by Me(Kumar Shanu).\
This repository contains two directories
All Data Structures Implementation in C language using pointers, structures, etc.
__GRAPHS
__TREE
Link list
Queue and Stack
All Data Structure Implementation in python language
Algorithms implementation in C language.
00_Sorting_00
sorting techniques in C language
Algorithms implementaion in python language.