C++: Algorithms

This course is part of C++: Data Structures and Algorithms Specialization

Instructor: Patrick Ester

What you'll learn

  •   The course introduces learners to quantifying the time and space complexities of algorithms.
  •   The course introduces learners to common algorithm design techniques like recursion, greedy algorithms, dynamic programming, etc.
  •   The course introduces learners to searching algorithms (both simple and complicated) and several sorting algorithms.
  • Skills you'll gain

  •   Computer Programming
  •   C++ (Programming Language)
  •   Data Structures
  •   Theoretical Computer Science
  •   Programming Principles
  •   Computational Thinking
  •   Algorithms
  • There are 3 modules in this course

    This course is designed for learners familiar with C++ basics and object-oriented programming. It provides a solid foundation of not just C++, but core data structures and algorithms topics that can be transferred to other languages. The modules in this course cover an introduction to data structures and algorithms, measuring complexity (space and time), algorithm design techniques, and some commonly used algorithms for searching and sorting. To allow for a truly hands-on, self-paced learning experience, this course is video-free. Assignments contain short explanations with images and runnable code examples with suggested edits to explore code examples further, building a deeper understanding by doing. You'll benefit from instant feedback from a variety of assessment items along the way, gently progressing from quick understanding checks (multiple choice, fill in the blank, and un-scrambling code blocks) to small, approachable coding exercises that take minutes instead of hours.

    Algorithm Design Techniques

    Searching and Sorting

    Explore more from Algorithms

    ©2025  ementorhub.com. All rights reserved