Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a02f76

Browse files
author
Ram swaroop
committed
intersection and union of 2 sorted arrays : comments added
1 parent cf2ee73 commit 2a02f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/me/ramswaroop/arrays/IntersectionAndUnionOf2SortedArrays.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class IntersectionAndUnionOf2SortedArrays {
1313

1414
/**
1515
* Returns a 2-D array consisting of intersection and union of
16-
* arrays {@param a} and {@param b} respectively.
16+
* two sorted arrays {@param a} and {@param b} respectively.
1717
*
1818
* @param a
1919
* @param b

0 commit comments

Comments
 (0)