Skip to content

Commit 37efa34

Browse files
changed file name
1 parent d74a5c1 commit 37efa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/3100-3199/3131-Find-The-Integer-Added-To-Array-1 renamed to dsa-solutions/lc-solutions/3100-3199/3131-Find-The-Integer-Added-To-Array-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ class Solution {
126126
#### Conclusion
127127
The above solutions determine the integer x that was added to each element of nums1 to obtain nums2.
128128
By ensuring consistency across the entire array, we validate the difference and return the result.
129-
Adjustments for different languages and edge cases ensure robustness across various inputs.
129+
Adjustments for different languages and edge cases ensure robustness across various inputs.

0 commit comments

Comments
 (0)