Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about scramble

Read more about scramble

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - scramble

How can i find all possible English words from a scrambled word

Given an input of scrambled word, and I have a file of English words. I want to find all possible words that can be formed from the scrambled word. from itertools import permutations def unscramble(sc...
test-img

Taiwo Solomon

python

permutation

python-itertools

file-handling

scramble

Votes: 0

Answers: 2

Latest Answer

As suggested by Tim's comment, one way to solve this would be using a dictionary of the English words and having the sorted words as keys. To populate the dictionary, just iterate over each English wo...
test-img

alec_djinn

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved