View Single Post
  #1  
Old 03-26-2011, 08:50 PM
Java Java is offline
Senior Member
 
Join Date: Jun 2009
Posts: 8,402
Default String subset using Recursion ?

*I am stuck at a program, where I have to print all the subsets of a given arguments, I printed n-binary digit using recursion but i cant not use the same algorithm. ..lets say % java SubSet acd {,a,c,d } which will print {a}
__________________
Java
domain name forum
Reply With Quote