mariazevedo88 / hackerrank-challenges

A project of solved Java/SQL challenges from HackerRank website
MIT License
17 stars 8 forks source link

Crossword Puzzle (Java) - Recursion and Backtracking #35

Closed mariazevedo88 closed 4 years ago

mariazevedo88 commented 4 years ago

It should return an array of strings, each representing a row of the finished puzzle.

mariazevedo88 commented 4 years ago

Solved in https://github.com/mariazevedo88/hackerrank-challenges/pull/53