Interview Glossary

Browse 2 interview terms defined in plain English, from the cultural dictionary of computing.

2 Interview Terms

System Design
The process of defining the architecture, components, modules, interfaces, and data flows of a system to satisfy specified requirements, and a common interview...
Two Pointers
An algorithmic technique using two indices that traverse an array from different positions or at different speeds to solve problems in O(n) time instead of...

Related Topics