Friday, October 19, 2012

Book Store: Auto Suggest and Auto Completion

Implement a Book Store to maintain a catalog of Books. Currently i am only storing the title of the book. Users should be able to add a book, and search . The search should be exact or partial. Implement auto-suggest and auto-completion as well. The search operation is user centric, so it should be extremely fast. 
Usually 90% of spelling correction is done for 2 edits. An edit is one of the following - missing letter, misplaced letter, extra letter. This algorithm can be tuned for further spell check.

Solution

No comments:

Post a Comment

UA-36403895-1