Skip to content

Commit d6d55b2

Browse files
committed
Update README.md
1 parent 125a2ef commit d6d55b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Graph
6161
Data Structures
6262
---------
6363

64-
[**Inverted index**](https://github.com/RomanGotsiy/LearningJava/blob/master/Data%20Structures/InvertedIndex.java.java) - An [Inverted Index](http://en.wikipedia.org/wiki/Inverted_index) is a data structure used to create full text search. Given a set of text files, implement a program to create an inverted index. Also create a user interface to do a search using that inverted index which returns a list of files that contain the query term / terms. The search index can be in memory.
64+
[**Inverted index**](https://github.com/RomanGotsiy/LearningJava/blob/master/Data Structures/InvertedIndex.java.java) - An [Inverted Index](http://en.wikipedia.org/wiki/Inverted_index) is a data structure used to create full text search. Given a set of text files, implement a program to create an inverted index. Also create a user interface to do a search using that inverted index which returns a list of files that contain the query term / terms. The search index can be in memory.
6565

6666
Classic Algorithms
6767
-----------------

0 commit comments

Comments
 (0)