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

Problem set #4, Problem 1, def build_decoder(shift), solutions aren't there. Anyone have the solutions for that part?

OpenStudy (e.mccormick):

A few people have posted some on here. You can try a google search or you can post what you have and ask for help on it

OpenStudy (anonymous):

Have you already written the build_coder function? You just have to use the build_coder function that you built with the sign of the shift value reversed: def build_decoder(shift): return build_coder(-shift)

OpenStudy (e.mccormick):

Well, you can try it and see what happens. That is pretty simple to do.

OpenStudy (anonymous):

oh is that all? thanks

OpenStudy (e.mccormick):

Well, it is an easy way to find the answer to that question.

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!