vscode-leetcode
vscode-leetcode copied to clipboard
Consider to add support for writing multiple solutions
🚀 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.
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