0
Time for combining arrays
How long does Ruby combining two arrays in one? In C++ that’s const time while Java does it for n time. Thank you.
1 Resposta
+ 1
It's obvious that ruby isn't as fast as C++ but it can hardly have a worse complexity that O(n)