Domanda di colloquio di Radware

Design an excel like system in java

Risposta di colloquio

Anonimo

2 giu 2025

Map of cell id -> cell object. Multiple cells types extends an abstract cell. Formula cell track a list of dependency cells. Each cell should notify cells that are depended on it on value change (Observable pattern)

1