Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbonadiman committed Sep 4, 2013
1 parent cc2ed7f commit c9e2a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Graphs

**Dijkstra’s Algorithm** - Create a program that finds the shortest path through a graph using its edges.

Information Retrieval
Data Structures
---------

**Inverted index** - 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.
Expand Down

0 comments on commit c9e2a81

Please sign in to comment.