Pergunta de entrevista da empresa Sigma Computing

Implement features for a spreadsheet class. Then, you have to implement a "sum" operation that takes multiple cells as an input. Then you'll be asked how to detect cycle.

Resposta da entrevista

Sigiloso

17 de fev. de 2025

Depth first search. For cycle detection, keep an encountered set around.