File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# Dynamic_Array
2+ [ ![ C/C++ CI] ( https://github.com/dingonzo/dynamic-array/actions/workflows/c-cpp.yml/badge.svg )] ( https://github.com/dingonzo/dynamic-array/actions/workflows/c-cpp.yml )
3+ *
24Testing & Validation
35This repository includes a dedicated test suite.
46* ** Memory Safety:** Verified the "Big Three" (Destructor, Copy Constructor, Assignment Operator) for deep copy integrity.
@@ -7,4 +9,4 @@ This repository includes a dedicated test suite.
79* ** Functional Integrity:** Confirmed ` insertInOrder ` and ` concatenate ` maintain correct data positioning.
810* ** Valgrind Verified:** All operations (insertions, deletions, and copies) have been profiled using Valgrind
911* to ensure zero memory leaks and no invalid memory accesses.
10- *
12+
You can’t perform that action at this time.
0 commit comments