Currently the solution file name contains only id. It might be useful to add the problem title to the file name as well.
Here's one usage case. Leetcode has many similar problems, such as Path Sum I, Path Sum II, Path Sum III, etc. While working on Path Sum III, it's convinient to quickly open the related problems such as Path Sum I and II. Currenly there's not easy way to do this.
If problem name is in the file name, we can easily open them using Ctrl-P in vim.
Currently the solution file name contains only id. It might be useful to add the problem title to the file name as well.
Here's one usage case. Leetcode has many similar problems, such as Path Sum I, Path Sum II, Path Sum III, etc. While working on Path Sum III, it's convinient to quickly open the related problems such as Path Sum I and II. Currenly there's not easy way to do this.
If problem name is in the file name, we can easily open them using Ctrl-P in vim.