You have 10 seconds to implement std::vector in plain C
Name:
Anonymous2016-07-20 3:56
Must support:
* Adding elements * Regrowing
Name:
Anonymous2017-01-06 12:54
>>61 yeah, it's horrible because if such a program was designed from the ground up with static arrays in mind it would run its array operations in 0.000000001 seconds and with vector it takes 0.000000005 seconds.