TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deer Park
NA
39
0
Combination of two integer array
Dec 2 2012 1:13 AM
I have two list of int array, say Input1 and Input2.
List<int[]> Input1;
List<int[]> Input2;
Data in Input1 would look be - {1,2,3},{4,5,6},{8,9,10}
Data in Input 2 can be {11,12,13},{14,15,16}
The final combined result should be look like - {1,2,3,11,12,13}, {1,2,3,14,15,16},{4,5,6,11,12,13},{4,5,6,11,12,13},{8,9,10,11,12,13},{8,9,10,14,15,16}
How can I achieve that? Also is there any efficeint way to solve this, since I will have few hundreds of int array on both Input1 and Input 2 list.
Reply
Answers (
4
)
Why doesn't it let me do add/substract array values?
C sharp dataset of two tables