Skip to content
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

Update bonfires.json with two new challenges #61

Closed
wants to merge 2 commits into from

Conversation

brandenbyers
Copy link
Contributor

Diff Two Arrays: Compare two arrays and return a new array with any items not found in both of the original arrays.

Word Search Puzzle: Write a function that accepts a randomized 8 x 7 capital letter grid in the form of a string with line breaks and one space between each letter column as the first argument and a 3 to 7 letter string as the second argument. The second argument is hidden in horizontal, vertical, or diagonal view somewhere within the grid. Your job is to return the coordinates (Row, Column) of the second argument in an array.

Diff Two Arrays: Compare two arrays and return a new array with any items not found in both of the original arrays.

Word Search Puzzle: Write a function that accepts a randomized 8 x 7 capital letter grid in the form of a string with line breaks and one space between each letter column as the first argument and a 3 to 7 letter string as the second argument. The second argument is hidden in horizontal, vertical, or diagonal view somewhere within the grid. Your job is to return the coordinates (Row, Column) of the second argument in an array.
@terakilobyte
Copy link
Contributor

Please provide solutions so we can quickly test the sanity of the challenges and we'll merge.

@terakilobyte
Copy link
Contributor

Closing but challenges incorporated after working with you on screenhero.

@terakilobyte terakilobyte deleted the brndnb-bonfire-challenges branch April 22, 2015 02:37
ValeraS pushed a commit to ValeraS/freeCodeCamp that referenced this pull request Oct 12, 2018
Took the challenge guide from the main repo and reworked it for the Curriculum repo. Moved the
CONTRIBUTING.md file to the root directory. Added an image directory and sample image to more
clearly show how to open a PR and point it to the correct branch, like in the guide in the
main repo.

ISSUES CLOSED: freeCodeCamp#61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants