Pregunta de entrevista de NxtWave Disruptive Technologies

- Modular arithmetic and combinatorics problem involving positional constraints on digits. - Dynamic programming problem focused on string segmentation.

Respuesta de la entrevista

Anónimo

7 de nov de 2025

Both problems were given on the LeetCode compiler, where I had to solve them by passing all the test cases. I first explained my initial approach, then discussed possible optimizations, and finally implemented the optimized solution directly on LeetCode.