Posts

Showing posts from February, 2025
  Hello everyone. 00:05 Welcome to the very first session where we will talk about what do we mean by an algorithm. 00:10 Right. 00:11 So, whenever we heard the term which is something called as algorithms, what does that mean? 00:18 The simple meaning is that, that it is something which is I would say is a combination of, it is a combination of Sequence of finite steps, right? 00:33 So here what we are trying to do is that we are trying to pass some sequence of finite steps. 00:39 Why? 00:40 In order to solve any problem, to solve any particular problem, right? 00:48 This is something which we called as a algorithms. 00:53 Now the very important thing here to understand is that that here what I am saying is that. 00:59 We are passing some finite steps. 01:02 Your steps can't be infinite otherwise your code will run into an infinite loop. 01:07 Right now here if you will see for example, let me try to give you one very simple example. 01:14 Suppose I want to multiply 2 numbers. 01:...