Hao Chen

Results 54 comments of Hao Chen

Hi @StephanDollberg I have a questions, if we moved the submodule, the `go get` would help to download the vendor automatically because of package dependency, right? If it is, then...

sorry for late response. I think, maybe we can use standard package dependency management way to manage the dependency instead of we manually do that.

This is totally free, no license. I will state this in the README.md

yes, every src files has the problem description. could you please be more specific ?

I see. thanks for clarification. the locked problem hasn't public access permission, so it's very hard to retrive the description from the leetcode website, but probably I can get from...

Yes, the recursive Merge Sort requires O(N) auxiliary space. If we use non-recursive way, the code might be hard to read. Anyway, do you have any good solution we can...

@jakwings Wow, you are really good at code, I am too old to read such long code. ;-)

You are right, the DP is not efficient. Actually, the recursive solution is more efficient than that DP solution.

the User-Agent belongs to HTTP, not TLS. and I think the proxy for TLS could be considered.

@hongery What's your configuration file?