Decoding Morse Sequences spoj (it's a nice problem)

Revision en1, by jugal_sahu, 2015-06-21 08:15:38

I was trying to solve this problem using trie i even implemented it and tested for some cases but when submitted got wrong answer.Can anybody find bug in my code or tell me another way to do it. Thanks problem link :here c++ code : here

Tags trie

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English jugal_sahu 2015-06-21 08:15:38 356 Initial revision (published)