Optimization Problems
Everything on SkillVeris tagged Optimization Problems — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is Binary Search on the Answer?
Binary search on the answer is a technique where, instead of searching for a value inside a sorted array, you binary search over the range of possible ANSWERS…
What are Approximation Algorithms and When Do You Use Them?
An approximation algorithm trades exact optimality for polynomial-time runtime by finding a solution provably within a bounded factor of the optimal — such as…