Advanced Algorithms and Complexity
Key Takeaways
Covers advanced algorithms and complexity using network flows and optimal matchings
Original Description
In previous courses of our online specialization you've learned the basic algorithms, and now you are ready to step into the area of more complex problems and algorithms to solve them. Advanced algorithms build upon basic ones and use new ideas. We will start with networks flows which are used in more typical applications such as optimal matchings, finding disjoint paths and flight scheduling as well as more surprising ones like image segmentation in computer vision. We then proceed to linear programming with applications in optimizing budget allocation, portfolio optimization, finding the cheapest diet satisfying all requirements and many others. Next we discuss inherently hard problems for which no exact good solutions are known (and not likely to be found) and how to solve them in practice. We finish with a soft introduction to streaming algorithms that are heavily used in Big Data processing. Such algorithms are usually designed to be able to process huge datasets without being able even to store a dataset.
AI explanation not available for this lesson yet
This lesson is still being prepared for the AI tutor. In the meantime, explore lessons that are ready.
Browse explainer-ready lessons →
Related Reads
📰
📰
📰
📰
The bug was in the colour space, not the parser
Dev.to · Maksym Yastremskyi
Background removal without a green screen is an underdetermined problem. Here's what the maths is doing.
Dev.to · Miriam Alonso
Satellite Image Annotation: Key Challenges and Best Practices
Medium · Machine Learning
I Built a Full Motion Capture Pipeline for $0. Here’s Every Step — and Every Place It Breaks.
Medium · AI
🎓
Tutor Explanation
DeepCamp AI