|
-
Aug 23rd, 2007, 06:08 AM
#1
Thread Starter
Junior Member
combinational test case generator
Do u have any idea to list out all the combination of several set.
For example:
set A={a,b,c}
set B={e,f}
set C= {g,h,i}
All the combination would be:
aeg,aeh,aei,afg,afh,afi,beg,beh,bei,bfg,bfh,bfi,veg,ceh,cei,cfg,cfh,cfi
what is the algorithm to generate all the combination? Thank you very much.
I am using C programming.
Last edited by jcmxwl; Aug 23rd, 2007 at 06:11 AM.
Rekcah Team
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|