Skip to content

Consider to add support for writing multiple solutions #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Peng-YM opened this issue May 30, 2021 · 1 comment
Open

Consider to add support for writing multiple solutions #708

Peng-YM opened this issue May 30, 2021 · 1 comment

Comments

@Peng-YM
Copy link

Peng-YM commented May 30, 2021

🚀 Feature Proposal

Could you please consider adding support for multiple solutions for the same problem. In many cases, there are many approaches for solving the same problem, I think it will be nice if we can write multiple solutions for the same problem. In this way, we can test and submit those solutions seperately.

@gruvw
Copy link

gruvw commented Jan 12, 2022

I totally agree, this would be awesome!

We could add the possibility to enclose new solutions inside other special comments tags:

// @lc code=start
First solution code
// @lc code=end

// @lc code=start
Another solution code
// @lc code=end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants