09.Simple Text Editor - C# Advanced - Sep 2018 - Stacks and Queues - Exercise
Здравейте
Не мога да разбера защо моето решение с stringBuilder е по-бавно от string concatenation?
StringBuilder solution: https://pastebin.com/d15Jk8S0 Time Judge: 1.921 s
String Concatenation: https://pastebin.com/qFFEDDfi Time Judge: Time: 1.640 s
Мои предположения:
1. text.ToString()
2. char elementAtPosition = text.ToString().ElementAt(index);
Благодаря:)