[ASSIGNMENT] Crossword Solver 🔤🔠 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 73

[ASSIGNMENT] Crossword Solver 🔤🔠

Challenge #2 Let's solve crosswords today. See the sample case. Note: The words run in all directions. Sample Case: Crossword-> [["MANGOTZA"], ["YSEKSNNZ"], ["JSGMLWZA"], ["SXNGOOVP"], ["PWAWLHEP"], ["SWRJWNDL"], ["HNOLPAHE"], ["ANANABUI"]] Array to search from-> ["BANANA","MANGO","ORANGE","APPLE","WOW"] Output-> MANGO E G W A N O P AW P R L O E ANANAB Hope you understood the challenge. Good luck. Happy coding.😀

27th Dec 2017, 1:56 PM
Swapnil Srivastava
Swapnil Srivastava - avatar
34 Answers
27th Dec 2017, 4:05 PM
VcC
VcC - avatar
+ 36
Cool. This is not an answer to the challenge, but it is somewhat similar in terms to what it is involved in. Instead of solving crosswords, this one generates it. I reckon this would give some inspiration to people going on the journey for the the solving part (?) https://code.sololearn.com/c7duQjivOZHn/?ref=app
27th Dec 2017, 2:03 PM
Hatsy Rei
Hatsy Rei - avatar
+ 29
https://code.sololearn.com/cb37b19qVDNS/?ref=app
27th Dec 2017, 9:25 PM
LukArToDo
LukArToDo - avatar
28th Dec 2017, 6:32 AM
Sintsand
Sintsand - avatar
+ 18
Thanks everyone for participating in my challenge. You may have a look at my next challenge: https://www.sololearn.com/discuss/971486/?ref=app
1st Jan 2018, 6:14 AM
Swapnil Srivastava
Swapnil Srivastava - avatar
28th Dec 2017, 1:10 PM
David Akhihiero
David Akhihiero - avatar
+ 13
No I don't have. But I think it's easy and one can be easily created.
30th Dec 2017, 12:10 PM
Swapnil Srivastava
Swapnil Srivastava - avatar
+ 12
😁 Finally I did it. Expect you understand the code. 👍 https://code.sololearn.com/c60Hzy6L03kY/?ref=app
30th Dec 2017, 4:13 AM
Marfik Em
Marfik Em - avatar
+ 11
I am too late bro... but I like this challenge.... https://code.sololearn.com/c8U44h5o6gjL/?ref=app
15th Jan 2018, 12:51 PM
Käzî Mrîdùl Høssäîn
Käzî Mrîdùl Høssäîn - avatar
+ 9
29th Dec 2017, 1:51 AM
Jens Ehlert
+ 9
this doesn't solve a word search. it makes one. https://code.sololearn.com/coG4HUWQ0LlB/?ref=app
29th Dec 2017, 4:10 AM
Dick Tracy
Dick Tracy - avatar
+ 8
https://code.sololearn.com/WkKsLunv0y6P/?ref=app
31st Dec 2017, 4:21 PM
Kartikey Sahu
Kartikey Sahu - avatar
29th Dec 2017, 8:22 AM
Viraj Singh
Viraj Singh - avatar
+ 7
This is reserved Wait for the code // edit: 31Dec 9:52PM https://code.sololearn.com/WkKsLunv0y6P/?ref=app
29th Dec 2017, 10:33 AM
Kartikey Sahu
Kartikey Sahu - avatar
1st Jan 2018, 4:50 PM
Kartik
Kartik - avatar
+ 6
https://code.sololearn.com/cYBD4THF8L07/#py One version for python
1st Jan 2018, 10:08 PM
Lluís Mompart
Lluís Mompart - avatar
+ 6
Enhanced version Finds every word only once https://code.sololearn.com/cx5UKqAHY0wt/?ref=app
3rd Jan 2018, 4:02 AM
Kartik
Kartik - avatar
4th Jan 2018, 2:29 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 5
https://www.sololearn.com/discuss/977087/?ref=app
7th Jan 2018, 5:42 PM
Ajay Gaikwad
Ajay Gaikwad - avatar
+ 4
I have made two with little differences. I will also upload complete game. (EDIT:I can not) No bugs found. Work as they should. https://code.sololearn.com/cgmZRE9td9Qq/?ref=app https://code.sololearn.com/cU40dGgIn7ch/?ref=app
30th Dec 2017, 9:15 PM
Hassan Sajjad
Hassan Sajjad - avatar