Link runtime and memory usage results in discussions

Problem
Whenever a user posts their solution to a specific problem, there are plenty of 0ms runtime or faster than 99.91% or other forms of unproven statements, which can induce other users in error, as sometimes the code is not that performant or maybe it isn't even passing all test cases (specifically edge cases).

Suggestion
What does the LeetCode community think of having an option to link (or to automatically have linked) the best execution time among the submissions for a problem whenever a user posts a solution to the discussion board for that problem? This will increase credibility that the user has indeed wrote high performant code as it will be backed up by the LeetCode score, rather than by simply user's words that are not checked in any way. It will make the boards cleaner and will emphasize truly efficient solutions.

Comments (0)