/dynamic_array

My own implementation of a dynamic array. For fun of course.

Primary LanguageC++Apache License 2.0Apache-2.0

dynamic_array

single file implmentation of a dynamic array.

No additional libraries needed. all you need to do is copy and paste the file "dynamic_array.h" and you should be good

note: this is just for fun, you are better off using std::vector as it MAY be faster