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
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
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.
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
Thank you for starting much needed courses. Keep up the uniform pace to proceed this course.
Complete course qucikly if there is possible, sir.
Thank you so much for producing such valuable presentations and courses for us in free.
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
Please update lectures fast. Taking this class this semester
plz upload videos all at a time...I am waiting
Lots of love from Nepal 🇳🇵
Waiting for this course so long. please upload the video daily.
Hey man, if you could complete the dsa series
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
😢
0:24 yes I don't know what is an algorithm but I know what is neso academy💪
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.
theres no one way. follow ur way
Wow good lecture
Please complete the course
Great transformation ❤
Hi do you have verilog tutorial filmed or any recommendation for a verilog tutorial ?
Algorithm is just the computer's way to do things. Plain and simple.
Thank you for video.
Can I have the voll course now
I have algorithm exam at the university next month 😢
Waiting for 3rd lecture ❤
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
😢
Very Well Explained👍😇
def fact(x):
result = 1
while x >= 1:
result *= x
x -= 1
return result
This is for my fellow pythonian 😊
❤
First view
Waiting for 3rd lecture ❤