Question d’entretien chez Merkle Science

DSA - Trapping rainwater problem https://leetcode.com/problems/trapping-rain-water/

Réponse à la question d'entretien

Utilisateur anonyme

3 mai 2023

I started with bruteforce, and later optimised it to a two pointer approach.