Skip to content

cnaize/quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nikita Loskutov (cnaize@gmail.com)

Download the project:

go get -u github.com/cnaize/quiz

Download dependences:

go get -u github.com/stefantalpalaru/pool

Build:

go build main.go

Run:

./main -in=word.list

Tested with go1.5.1

I can fix my solution if needed.

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.

Fork this repo, add your solution and documentation on how to compile and run your solution, and then issue a Pull Request.

Obviously, we are looking for a fresh solution, not based on others' code.

Releases

No releases published

Packages

No packages published

Languages

  • SaltStack 98.4%
  • Go 1.6%