You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you're tester is really good but it isn't done for people who done it with linked list because we will always have a timeout with big line at buffer_size 1.
Trying to print 3000 characters with a buffer_size of 1 with linked list, will create 3000 new nodes. And even if it doesn't last more than 200ms it will always give timeout.
Thanks !
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, you're tester is really good but it isn't done for people who done it with linked list because we will always have a timeout with big line at buffer_size 1.
Trying to print 3000 characters with a buffer_size of 1 with linked list, will create 3000 new nodes. And even if it doesn't last more than 200ms it will always give timeout.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions