skygragon / leetcode-cli

A cli tool to enjoy leetcode!
MIT License
3.65k stars 457 forks source link

leetcode show 515 -gx #131

Closed cosmozhang closed 6 years ago

cosmozhang commented 6 years ago

The generated file 515 is not 515, but another question, 515.find-largest-value-in-each-tree-row.0.py.txt

Problem Summary

How to reproduce

Environment

skygragon commented 6 years ago

@cosmozhang for leetcode, 515 is "Find Largest Value in Each Tree Row". Could you please elaborate your problem?

cosmozhang commented 6 years ago

If you open the .txt file I uploaded, you will find the template is for "threeSumClosest".

skygragon commented 6 years ago

Did it occur randomly? sound like a invalid cache. could you remove 515's cache and try again?

$ leetcode cache -d 515
cosmozhang commented 6 years ago

After removing the cache, it works.