Time Complexity Analysis in Algorithms and Data Structures

In this Algorithms and Data Structures Tutorial in C , I’ll talk about Time Complexity Analysis. I’ll talk about different time complexities and show you how they affect the performance of our programs. I’m also going to show you how to test the time complexity of your implemented algorithms in code. We are going to see an example with bubble sort and quick sort in C and talk about the time complexities for each of the sorting algorithms. In future videos, we are going to build on top of what we have learned in this video so we can play around with the data structures and algorithms. :) We will go more in-depth with some of the mentioned elements in future videos. I’ll be doing other tutorials alongside this one, where we are going to use C for Computer Vision and Artificial Intelligence. The purpose of this tutorial and channel is to build an online coding library where different programming and computer science topics and languages are stored in the YouTube cloud in one place.
Back to Top