Hello friends, How about writing an application to identify the cheaters in gcj
1. Comparing the n different source files where n is the number of participants in gcj to find duplicate source file. [ should be possible ] 2. Comparing the source files by ignoring the comments. [ should be possible ] 3. Comparing the source files by ignoring the variable names. I mean 2 source files are same except that the variables used are different. [should be possible, but difficult to implement ] 4. Comparing souces files to identify if just 1 or more functions are same. [should be possible, but difficult to implement ] I would like to find out how can we actually program for 3 & 4. Wonder if google already has this application handy with them. regards, prakash -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
