I have a program that reads input from file, creates two separate hashes for each word in the input file, and tries to do some complex operation whose complexity is O(n^n), and print the output in a text file. The program works very fine with small input. But my input file is about 48MB !! So when I run the program, there is no output, or the output is blank!!!
Thanks.