Thursday, July 30, 2009

C-language program?

Write a program in C to input the file and output groups of words which are simple substitution cryptograms of each other. For example, some sample lines of output from your program for the above data file might be:





Group 1: alfalfa entente


Group 2: assess teepee voodoo


Group 3: horror messes


Group 4: sequoia wombats





(You need not output groups with only one member!)





Program design: It is strongly urged that you design your code so that at its core is a boolean function cryptcheck (string1, string2) which checks to see if its two string parameters are cryptograms of each other. You should also write a main driver which does the input and output and appropriately invokes cryptcheck.

C-language program?
Dude, writing a program like that requires at least a couple of hours of work. No offense, but you may want to hire someone to do that, or see if you can write it yourself and ask specific questions here if there are difficulties.





If you prove me that you quickly solved it yourself, I'll hire you.


No comments:

Post a Comment