Blog

This is the place where I wanted to share something. Maybe like some topics or my school assignment that I proud of.

COMPETITIVE PROGRAMMING

My Approach to "Regular Bracket Sequences"
About how to produce every possible mathematically valid bracket sequences, if given n many brackets. I used recursion and a generator concept with python.

M Fadhil Al-Fatih,