We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46af9d2 commit dd507afCopy full SHA for dd507af
1 file changed
README.md
@@ -1,4 +1,6 @@
1
# Dynamic_Array
2
+ [](https://github.com/dingonzo/dynamic-array/actions/workflows/c-cpp.yml)
3
+ *
4
Testing & Validation
5
This repository includes a dedicated test suite.
6
* **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.
7
9
* **Functional Integrity:** Confirmed `insertInOrder` and `concatenate` maintain correct data positioning.
8
10
* **Valgrind Verified:** All operations (insertions, deletions, and copies) have been profiled using Valgrind
11
* to ensure zero memory leaks and no invalid memory accesses.
-*
12
+
0 commit comments