Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shashank2406/similarwords

You will be given a text file that will contain N number of test cases. N will be the first line of the file. It will follow with N number of name of books, each in a separate line. After the names there will be a separator (50 number of *s). After the separator there will be brief descriptions of the N books, each in a separate paragraph and in a random order. You have to write code to find the correct corresponding description of the books given and print the paragraph number accordingly. Important: You cannot follow training data approach for this problem.
https://github.com/shashank2406/similarwords

Last synced: about 1 month ago
JSON representation

You will be given a text file that will contain N number of test cases. N will be the first line of the file. It will follow with N number of name of books, each in a separate line. After the names there will be a separator (50 number of *s). After the separator there will be brief descriptions of the N books, each in a separate paragraph and in a random order. You have to write code to find the correct corresponding description of the books given and print the paragraph number accordingly. Important: You cannot follow training data approach for this problem.

Awesome Lists containing this project