Skip to content

mferenczy/quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quiz

Q: Given a list of words like https://github.com/NodePrime/quiz/blob/master/word.list find the longest compound-word in the list, which is also a concatenation of other sub-words that exist in the list. The program should allow the user to input different data. The finished solution shouldn't take more than one hour. Any programming language can be used, but Go is preferred.

How to run

The source file is src/quiz.cpp. Compile it by 'g++ -o quiz -std=c++11 src_quiz.cpp' Then execute the binary file by providing the wordlist as a single parameter on the command line by './quiz word.list'.

About

quiz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SaltStack 98.1%
  • Python 1.3%
  • C++ 0.6%