Spandan-Bhattacharya / Solve_it

A website which can give you the solution to many solvable games like sudoku, nonogram, crossword puzzles
https://solve-it-self.vercel.app
MIT License
20 stars 49 forks source link

Word Unjumbler bug #197

Closed Spandan-Bhattacharya closed 7 months ago

Spandan-Bhattacharya commented 7 months ago

Currently if the character set of word in the dictionary is a subset of the character of the input word, it calls that word a unjumbled word found from the input. That is not always true.

Eg: Ahead : character set=a,h,e,d dada : character set = a,d Thus "dada" character set is a subset of "ahead" character set. Thus it is giving it as a solution, which is incorrect. Fix this bug.

yashasvini121 commented 7 months ago

Hey @Spandan-Bhattacharya, please assign me this issue under JWOC.

Spandan-Bhattacharya commented 7 months ago

@yashasvini121 Go for it!

Spandan-Bhattacharya commented 7 months ago

@yashasvini121 any updates?