Last active
June 25, 2016 23:23
-
-
Save void666/4b58c9631d2e2d1b0cf9a7ef1875686c to your computer and use it in GitHub Desktop.
output for sample input.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\Users\Sushim\AppData\Local\Programs\Python\Python35-32\python.exe C:/Users/Sushim/PycharmProjects/SimpleSearch/main.py | |
| Input read from file : | |
| P Ford Car Review | |
| P Review Car | |
| P Review Ford | |
| P Toyota Car | |
| P Honda Car | |
| P Car | |
| Q Ford | |
| Q Car | |
| Q Review | |
| Q Ford Review | |
| Q Ford Car | |
| Q cooking French | |
| Q1 : P1 P3 | |
| Q2 : P6 P1 P2 P4 P5 | |
| Q3 : P2 P3 P1 | |
| Q4 : P1 P3 P2 | |
| Q5 : P1 P3 P6 P2 P4 | |
| Q6 : | |
| Process finished with exit code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment