Tools / Data structures Interview questions
What is edge case in algorithm evaluation?
Edge cases are inputs that the specification for your function allows but that might be tricky to handle.
An edge case is a problem or situation that occurs only at an extreme (maximum or minimum) operating parameter. For example, a stereo speaker might noticeably distort audio when played at its maximum rated volume, even in the absence of other extreme settings or conditions.
More Related questions...