Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrishrawat authored Nov 27, 2016
1 parent c54a7d6 commit bca8f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ This file contains some basic unti tests for the search algorithms.
## Assumptions
- It is assumed that the list of concepts are stored in a txt file with each line defining a new concept.
- It is also asumed that there are no repitions in the list of concepts. (each instance will be seperately detected)
- It is assumed that file can fit into CPU memory.
- It is assumed that `concepts.list` file can fit into CPU memory.
- The developed code is not case-sensitive

## Highlights
- The developed code can be easily extended to add new search algorithms
Expand Down

0 comments on commit bca8f10

Please sign in to comment.