Data Structures
Data Structure is a way of organizing data in a computer so it can be used effectively. It includes organizing, managing and storing data in a way that enables efficient access and modification. It is a collection of the data values and the relationship among them and the functions/operations that can be applied to the data.
In this course, you will learn a number of exercises. Some of these exercises include:
- Implement stack using an array
- Implement circular queue
- Binary search tree
- Implement insertion sort
- Rotate matrix
- Implement radix sort algorithm
And many more....
Exercises
- Over 50+ practice programs
- In browser cloud based IDE