I have a qestion about understanding my assignment. I was wonerding if it
is possible for someone to expalin. it

this is whar it asks of
This assignment question will give you practice with recursive
backtracking. You are to create a class called AnagramSolver that uses a
word list to find all combinations of words that have the same letters as a
given phrase. You might want to first look at the sample log of execution at
the end of this part of the assignment


and i am unsure of how to work with these guidlines for the constructor of
the class

 A constructor, __init__. Takes a list of words, and constructs an anagram
solver that will use the given list as its dictionary. It is not to modify
the list






-- 

*F.T.*
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to