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 I
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 (12K reviews )
54 hours
english
Online - Self Paced
course
Princeton University
About Algorithms, Part I
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?
- Course Introduction Union−Find Analysis of Algorithms Stacks and Queues Elementary Sorts Mergesort Quicksort Priority Queues Elementary Symbol Tables Balanced Search Trees Geometric Applications of BSTs Hash Tables Symbol Table Applications.