On Sun, Nov 12, 2017 at 12:00 PM <[email protected]> wrote: > The question is capacity. > Why not : 0,1,2,3,4,5 as length ?
Because O(n) is better than O(n^2). -- -j -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
