Search found 1 match

by psachin
Sun Nov 10, 2002 9:09 pm
Forum: Volume 1 (100-199)
Topic: 156 - Ananagrams
Replies: 30
Views: 7099

156 - Ananagrams

Hi,
I tried to solve prob 156 but it takes a lot of time to generate permutations for long words. can anyone help me out with this problem.
here's the permutation code that i am using to generate permutations.

[cpp]

#include<iostream>
#include<string>
#include<vector>
#include<algorithm>
using ...

Go to advanced search