Algorithms (saylor.org)

Algorithms (saylor.org)
Free Course
Categories
Effort
Certification
Languages
Be knowledgeable about basics of computer programming using a high-level language, such as C/C++ and/or have completed Introduction to Computer Science I, Introduction to Computer Science II course, Elementary Data Structure, and Discrete Structures.
Misc

MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Algorithms (saylor.org)
This course focuses on the fundamentals of computer algorithms, emphasizing methods useful in practice. We look into the algorithm analysis as a way to understand behavior of computer programs as a function of its input size.

MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Using the big-O notation, we classify algorithms by their efficiency. We look into basic algorithm strategies and approaches to problem solving. Some of these approaches include the divide and conquer method, dynamic programming, and greedy programming paradigms. Sorting and searching algorithms are discussed in detail as they form part of a solution to a large number of problems solved using computers. We also provide an introduction to the graph theory and graph algorithms as they are also used in many computer-based applications today. We conclude the course with a look into a special class of problems called the NP-complete problems.



MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Free Course
Be knowledgeable about basics of computer programming using a high-level language, such as C/C++ and/or have completed Introduction to Computer Science I, Introduction to Computer Science II course, Elementary Data Structure, and Discrete Structures.

MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.