Sort by

recency

|

15 Discussions

|

  • + 1 comment

    I am getting Your code did not execute within the time limits error, whenever I submit code. Used the concept of Levenstain distance in python2.

    • + 0 comments

      I guess you're using Levenshtein Distance (LD) to compare the word-to-be-corrected with (correct) words in a dictionary. Do you scan the dictionary linearly ( O(n) ), or using some kind of sorting ( O(log(n)) ) or hashing ( O(k) )?

  • + 0 comments

    Guys you can refer this video for learning about basics of spell checker.

  • + 0 comments

    For help, you can follow up the link:

    https://github.com/nishant-sethi/HackerRank/

  • + 0 comments

    can i get python code for spell checker tool as it is not available in hackerrank plz send the code its urgent

  • + 0 comments

    Hi how can I call the corpus file provided into the Python editor in Hackerrank?

    I have already done up the code in my editor, just unsure how to receive input and create the list of words from the corpus provided.