HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
876 stars 1.05k forks source link

Crossword Puzzle #7456

Closed siddharth-bhatnagar closed 3 years ago

siddharth-bhatnagar commented 3 years ago

💥 Proposal

A 10*10 grid is provided along with an array of words (names of places). We have to fill the '-' spots with these words in the grid. I'd implement this in Java using backtracking.

image

I'm a GSSOC'21 participant

Have you read the Contributing Guidelines on Pull Requests?

Yes, of course!

github-actions[bot] commented 3 years ago

Hello @siddharth-bhatnagar,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please use /assign
Check this guide before contributing.

siddharth-bhatnagar commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue has been assigned to @siddharth-bhatnagar! It will become unassigned if it isn't closed within 12 days. A maintainer can also add the pinned label to prevent it from being unassigned.