ErrLookup › mission-peace/interview
mission-peace/interview
Interview questions · Java · 607 source files
Analyzed at 94be5deb0c on 2026-09-08. 8 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Not same length input | validation | error | java, argument-validation, arrays |
| Duplicate date | exception | error | java, tree, duplicate-key |
| Cloning non directed graph | validation | error | java, graph, argument-validation |
| No vertex in the graph | validation | error | java, graph, argument-validation |
| task does not exist | exception | error | python, priority-queue, lookup-miss |
| Key already exists | exception | error | python, priority-queue, duplicate-key |
| Task not found | exception | error | python, priority-queue, lookup-miss |
| pop from an empty priority queue | exception | warning | python, priority-queue, empty-collection |