NarenOnIt
Pages
(Move to ...)
Home
▼
Thursday, 16 August 2012
So damn true: "Necessity the mother of building cool stuff"
›
Few days back, some hardware issue with my hard drive left it irrepairable and all my data was lost including softwares, movies, music. (Th...
2 comments:
Sunday, 22 July 2012
Fuzzy matching autocomplete library with inbuilt standalone http server in java
›
Past couple of days I had this idea in mind of implementing a autocomplete that uses fuzzy matching. For fuzzy matching of a partial string...
1 comment:
Sunday, 8 July 2012
Find a word in 2D matrix
›
I read about this problem in TC forums. How to efficiently search for a word in a 2D matrix of letters , given the conditions that , we c...
Trie datastructure
›
Trie is a very useful data structure. It finds many uses in string based applications like dictionary, autocomplete, spell check etc. Thi...
Levenshtein Distance:(How big the social network for a word is?)
›
Last week I came across this problem on codeeval.com Levenshtein Distance Description: Two words are friends if they have a...
1 comment:
Tuesday, 5 June 2012
AddAGram: A Puzzle challenge from ITA Software
›
Last week I came across this page where ITA Software posted a few puzzle challenges it used in its hiring process. I found the one named ...
‹
Home
View web version