LeetCode output formatting could be improved

I am new to LeetCode and am using it to practice my SQL skills.

The output formatting in the "Run Code Results" tab is not particularly helpful for SQL/database problems, as the output is:

  • presented as JSON (not in tabular format)
  • placed in very short boxes, only 2 lines high (at least on my display), making it very hard to scroll through and example multi-line results

I'd like to request that output for SQL/database problems:

  • be presented in tabular format (much like the "Database Visualizer" option on the "Testcase" tab)
  • be unlimited in height, so the tables could be easily scrolled and viewed in their entirety

These changes would greatly ease legibility, and eliminate the need to mentally convert from JSON to tabular format — all while trying to interpet the results and troubleshoot my own code. :-)

Thanks!

Comments (5)