HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof ⚡
MIT License
875 stars 1.05k forks source link

Crossword Puzzle Java Implementation #7464

Closed siddharth-bhatnagar closed 3 years ago

siddharth-bhatnagar commented 3 years ago

Have you read the Contributing Guidelines on Pull Requests?

Yes.

Description

The algorithm uses backtracking to solve GFG hard problem Crossword Puzzle. You are given a puzzle on a 10x10 board and N number of words that are to be filled on the given board satisfying some conditions.

Checklist

Related Issues or Pull Requests

Fixes Issue #7456

siddharth-bhatnagar commented 3 years ago

Hi @siddharth25pandey, please review! Thanks!