Simple Text Editor

  • + 0 comments

    Really poor test cases. Solutions that cache the entire string at every append / delete are getting accepted, whereas solutions that just do in-place updates are failing with TLE. Such accepted solutions will go out of memory if they were actually to be used as a text editor.