Thursday, March 18, 2010

J1N Games

Jason Kim's Personal Journey Into Game Development

C++ Combinations Example

Posted by Jason On September - 29 - 2009

An Example/Tutorial on how to find every combination of a given string in C++

A Combination of a string is if you are given string ABCD, then the combinations of the string are: A, AB, ABC, ABCD, B, BA, BAC, BACD… and so on.

C++ Combinations Example

Add A Comment

You must be logged in to post a comment.