Question d’entretien chez Tencent

Q: Coding. Implement a code to find all bracket sequences of length 2n.

Réponse à la question d'entretien

Utilisateur anonyme

15 avr. 2024

A: Use DFS with backtracking.