We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Simple Text Editor
You are viewing a single comment's thread. Return to all 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.