j178 / leetgo

Best LeetCode friend for geek. :snowboarder:
MIT License
539 stars 32 forks source link

Support multiple solutions for a question #167

Open j178 opened 1 year ago

j178 commented 1 year ago

A single question can have multiple solutions, which can be helpful for beginners who want to learn different approaches.

We can consider supporting this by using separate solution files or different solution functions for each possible solution.