-
-
Notifications
You must be signed in to change notification settings - Fork 14
Add practice exercise: word-search #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
This exercise may benefit from an instructions append file describing the schema, including the format of the input objects and the expected output objects. |
At first, I was thinking in remove json dependency at all, create columns with the grid and search words appended in a single TEXT column with newlines but I find a way to represent the expected output, it could be like a ascii report but there are words with null value when not found. But I'll take not about and try to describe better the exercise. It seems has a bug in production I couldn't reproduce in online editor nor in a 3.41.2 local version that I have here in my machine and lots of tests agaist it have conflicting results. I'll try to find other ways to debugg it. |
.inputand.expectedmapped toTEXT -- json objecteach.