Skip to content

Interview Question: Given a 2-dimension data containing characters and a list of valid words, find a list of valid words from the data.

Notifications You must be signed in to change notification settings

davidliang2008/DL.IQ.WordSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DL.IQ.WordSearch

Interview Question: Given a 2-dimension data containing characters and a list of valid words, find a list of valid words from the data.

For example, if the input data looks like this:

and the list of valid words looks like this:

,

the program should return

About

Interview Question: Given a 2-dimension data containing characters and a list of valid words, find a list of valid words from the data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages