mre / the-coding-interview

Programming exercises, code katas and puzzles for your job interview training - or just for fun.
MIT License
1.7k stars 415 forks source link

Implementing balanced brackets with F# #160

Closed gustav-langer closed 11 months ago

gustav-langer commented 11 months ago

Made for Hacktoberfest 2023 :)

mre commented 11 months ago

Beautiful solution. Thank you very much! F# seems to be a great language for these kinds of problems.