Skip to content

massimo-ua/concatenated-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

concatenated-words

  1. Using prefix tree
  2. Scan file line by line and build prefix tree and length dictionary
  3. Reverse length dictionary and find two longest concatenated words (check for is_word property)
  4. Look through length dictionary and count all concatenated words (check for is_concatenated property)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages