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
bacetti abdelmoumen
NA
3
864
How can I loop over N objects using 3 objects each iteration
Mar 8 2016 12:53 PM
Hello
Let's suppose I have 4 objects, and I want loop over these objects using a function involving 3 objects in each call as follows:
MyFunction(object1, object2 , object3);
MyFunction(object1, object2 , object4);
...
MyFunction(object2, object1 , object3);
MyFunction(object2, object1 , object4);
...
MyFunction(object4, object2 , object1);
MyFunction(object4, object2 , object3) ;
What is the general algorithm for this ?
Thanks at advance
Reply
Answers (
2
)
Encrypt in java and decrypt in c#
SQL Database Recovery