When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Algorithms, Part II
Master the Skills of Tomorrow with Coursera! From AI and Blockchain to Public Speaking and Psychology, Explore Courses Tailored for Your Success.

This Course Includes
coursera
4.9 (2K reviews )
62 hours
english
Online - Self Paced
course
Princeton University
About Algorithms, Part II
This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. All the features of this course are available for free. People who are interested in digging deeper into the content may wish to obtain the textbook Algorithms, Fourth Edition (upon which the course is based) or visit the website algs4.cs.princeton.edu for a wealth of additional material. This course does not offer a certificate upon completion.
What You Will Learn?
- Introduction Undirected Graphs Directed Graphs Minimum Spanning Trees Shortest Paths Maximum Flow and Minimum Cut Radix Sorts Tries Substring Search Regular Expressions Data Compression Reductions Linear Programming (optional) Intractability.