8000 GitHub - jamie23/WordsInAString
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamie23/WordsInAString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Trying some problems to practice for interviews.

Problem:
The problem was, given a string of characters and a dictionary can you find words in the string.

Current Solution:
The program currently finds the lowest amount of characters that make valid words and outputs them, if it can't find a word it discards the first letter and moves on.

Update:
You can now run the program for passing a minimum length for a word check. The program then shows the output words for each run for i up to that value for minimum. Finally it outputs the number for minimum word length which uses the most amount of letters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0