vscode-leetcode icon indicating copy to clipboard operation
vscode-leetcode copied to clipboard

Consider to add support for writing multiple solutions

Open Peng-YM opened this issue 4 years ago • 1 comments

🚀 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.

Peng-YM avatar May 30 '21 08:05 Peng-YM

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

gruvw avatar Jan 12 '22 09:01 gruvw