+ 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.😀
40 Answers
+ 34
Here it is !
https://code.sololearn.com/ckNKvKglz27w/?ref=app
+ 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
+ 29
https://code.sololearn.com/cb37b19qVDNS/?ref=app
+ 21
My Version.. 😅😅
https://code.sololearn.com/WbDxzveQs3te/?ref=app
+ 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
+ 13
No I don't have. But I think it's easy and one can be easily created.
+ 12
😁 Finally I did it. Expect you understand the code. 👍
https://code.sololearn.com/c60Hzy6L03kY/?ref=app
+ 11
I am too late bro...
but I like this challenge....
https://code.sololearn.com/c8U44h5o6gjL/?ref=app
+ 9
Not very elegant but it works: https://code.sololearn.com/cU2604IhgmkH/?ref=app
+ 9
this doesn't solve a word search. it makes one.
https://code.sololearn.com/coG4HUWQ0LlB/?ref=app
+ 8
https://code.sololearn.com/WkKsLunv0y6P/?ref=app
+ 7
Not the best approach.
https://code.sololearn.com/c1IT9PgtNg9v/?ref=app
+ 7
This is reserved
Wait for the code
// edit: 31Dec 9:52PM
https://code.sololearn.com/WkKsLunv0y6P/?ref=app
+ 7
Check it out!
https://code.sololearn.com/cauje7Lsxs9W/?ref=app
+ 6
https://code.sololearn.com/cYBD4THF8L07/#py
One version for python
+ 6
Enhanced version
Finds every word only once
https://code.sololearn.com/cx5UKqAHY0wt/?ref=app
+ 5
+ 5
https://www.sololearn.com/discuss/977087/?ref=app
+ 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