Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 7 Online
OpenStudy (anonymous):

Hello everyone, I have some trouble in ps6 problem 3. I don't know how to change the complexity of is_valid_word from O(len(word_list)) to O(1) by change the arguments.

OpenStudy (anonymous):

use a dictionary?? http://wiki.python.org/moin/TimeComplexity

OpenStudy (anonymous):

Using a dictionary is exactly the right idea. Recall that the dictionary works using hashing which allows us to search in constant time. Think about changing the input of is_valid_word from word_list to a dictionary such as points_dict .

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!