Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.3K
~787 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for ashneet
Member Avatar for MidiMagic
0
512
Member Avatar for tigrfire

Jim, you need to have the condition as [code]if((ascii_a[i] == 0 && ascii_b[i] != 0) || (ascii_a[i] != 0 && ascii_b[i] == 0))[/code] instead of [code]if(ascii_a[i]!=ascii_b[i])[/code] because anagrams don't care for repeated alphabets

Member Avatar for mprice
0
271

The End.