I'm new to LeetCode, and a few things have struck me as odd right from the start. Here's one:
When I click on "discuss" for a problem, I expected it to be people asking questions/answers about the problem. BOY was I wrong! It's overwhelmingly people pasting their answers. I find this obnoxious.
I would have been happier if there were two sections:
- Q/A, and
- User-submitted solutions
My reasoning:
- Sometimes I might just want to ask for a clarification of the question, but when I go to the "discuss" section, I risk seeing subject headings like "O(n) solution using 1 TreeMap and 2 PriorityQueues" or something, essentially giving away the answer to me.
- It's hard to find Q/A-like posts through the overwhelming sea of solution-like posts.