
cs_n_o__
The UX could be improved, significantly. The texts sometimes overlaps one another, the app also have limited accessibility to some problem set and not as complete as the website version. One thing I want to emphasize is to please move the "Play" button (seen in problem description page) away from the bottom right. I can't recount how many times I've accidentally clicked the "Submit" button thinking the UI froze and got a compile error, because I hadn't wrote any code. Portability is great though
1 person found this review helpful

Robert Topaz
I like the portability of having Leetcode on my phone. I can solve questions in social settings without having to wall off the world with a laptop. However, the UX is frustrating at times. It freezes, you can't scroll through solutions (I copy and paste to my editor), and it's doesn't even have redo/undo buttons (you can only reset to a blank template).
12 people found this review helpful

kaarthik h
- Flag inappropriate
- Show review history
Useful but can be better. There is a severe bug . in today's daily problem I was trying to debug my code. I used print statements and the stdout for the test case 2 expected to have 3 lines . what happened was These three lines somehow got distributed over three test cases stdout. . Cross checked with website version. no issues found there.