Thank you for starting much needed courses. Keep up the uniform pace to proceed this course.
@kajal__1363 ай бұрын
00:11 Algorithm is abstract, Program is concrete. 02:08 Algorithm is an abstract concept, Program is Implementable 04:15 Algorithm for calculating factorial step by step 06:11 Understanding the difference between an algorithm and a program 08:11 Algorithm vs. Program 10:02 Algorithm developed in design phase, program in development phase 11:59 Algorithm is independent of hardware and OS 14:01 Programs are tested for specific inputs while algorithms are analyzed for performance and efficiency
@anurag.ae_ Жыл бұрын
Thank you so much for producing such valuable presentations and courses for us in free.
@purushothamkumar999 Жыл бұрын
Complete course qucikly if there is possible, sir.
@Abhishekyadav-rm6iw Жыл бұрын
Lots of love from Nepal 🇳🇵
@jpstayfocus1 Жыл бұрын
Please update lectures fast. Taking this class this semester
@tharunkumar8430 Жыл бұрын
plz upload videos all at a time...I am waiting
@AniketKumar-sg8ul Жыл бұрын
Hey man, if you could complete the dsa series
@shahed1647 ай бұрын
Waiting for this course so long. please upload the video daily.
@blueProgrammer Жыл бұрын
0:24 yes I don't know what is an algorithm but I know what is neso academy💪
@anurag.ae_ Жыл бұрын
Sir, I've learnt basics of c++ language but haven't completed Data Structures yet, so can I first learn "Design & Analysis of Algorithms" before it? Well I know that Data Structures and Algorithms are two separate things, but still confirming since I've already wasted a lot of my time, thank you.
@venzdrop4 ай бұрын
theres no one way. follow ur way
@SEVERINMSANGI Жыл бұрын
Question 11 In a survey of 100 residents of Mgeta village it was found that all men were more than 20 years old. There were 50 women in the group. Altogether 60 people were over 20 years old. Twenty five of the women were married, while 15 of the married residents were over 20 years old, and 10 of the married women were over 20 years old. Using a Venn diagram or otherwise, find: a) the number of married residents. b) the number of unmarried women who were over 20 years old. c) the number of unmarried men who were under 20 years. d) the number of married men. e) the number of residents who were under 20 years
@SEVERINMSANGI Жыл бұрын
😢
@hareesh_sureddy Жыл бұрын
Wow good lecture
@RUAGoodNurse10 күн бұрын
OMG I am not a programmer. I used to be a system administrator but am now a nurse getting into legal nurse consulting. Given the use of AI in the legal and medical fields I have begung learning much about AI and all its subsets of technologies. I have never heard such an amazing video as this one. I wonder if you can answer this: when learning about machine languages used in AI: I often heard discussed that it works on algorithms and that the algorithms learn from data sets: can you just tell me this: in the machine languages used for AI does the algorithm still have to be converted to a program code by a human or does AI know how to take the algorithm and perform the task and learn from the data set without the conversation to code? I hope you can anwer this and thank you for the most amazing video ever!!!
@VijayKumar-fi2oo4 ай бұрын
Great transformation ❤
@qreze3313 Жыл бұрын
Hi do you have verilog tutorial filmed or any recommendation for a verilog tutorial ?
@CS-rr1bc6 ай бұрын
Please complete the course
@iqcodingmake6 ай бұрын
Thank you for video.
@swikrutipadhi7356 Жыл бұрын
Very Well Explained👍😇
@rebeccanancyАй бұрын
anyone have slides of this course
@Stockfish-ep3jq5 ай бұрын
Algorithm is just the computer's way to do things. Plain and simple.
@lokeshkollepara1260 Жыл бұрын
Waiting for 3rd lecture ❤
@alialhorani5958 Жыл бұрын
Can I have the voll course now I have algorithm exam at the university next month 😢
@Imran_Shaikh145 Жыл бұрын
❤
@frankwillimasugwu6938 Жыл бұрын
def fact(x): result = 1 while x >= 1: result *= x x -= 1 return result This is for my fellow pythonian 😊
@SEVERINMSANGI Жыл бұрын
Question 9 A statistics department at Wagoroko Company studied product preferences of 20,000 consumers. It was found that each of the products A, B, C was liked by 7020, 6230, and 5980 respectively and all products were liked by 1500; products A and B were liked by 2580, products A and C were liked by 1200 and products B and C were liked by 1950. The head of Statistics department was promptly fired by the Manager of the company. Why Manager of Wagoroko Company made this decision? Q