10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Surender v
2k
70
5k
For loop in (permutation and combination)
Apr 24 2019 12:27 AM
Hai Friends,
Give me one example for Permutation and Combination in [For Loop]. or any other loop possible suggest me.
In my scenario i need examples like (i have two set of strings have to concatenate) both in single formart.
Example :
String 1 :
i. Hello
ii.Good
iii.Morning
String 2:
i.Good
ii.Evening
String1 have 3 submodule and string2 have 2 submodule i have to compare and concatenate in single form.
Final String after (Permutation and Combination)
==> string1: i. Hello,string2: i.Good
like this (1,1)(1,2)
(2,1)(2,2)
(3,1)(3,2)
Please give me some suggestions friends.
Thanks in Advance Friends.
Reply
Answers (
3
)
increment numbers every time save into database?
Diffrence between ASP.Net web api Vs .Net core web api ?