2

So my professor wants me to develop a code to implement an LFSR in Python.

Ranters, tell me something that LFSR can possibly motivate me about it all

Comments
  • 1
    Best if no-one can think of a reason. Then you can go back to the prof, demonstrate the bleaknesses of the task, and ask for something less soul-destroying to tackle.
  • 0
    I mean, it's practice of a data structure. Not a very useful one though. But if you know how to write a nice interface for your data structures then that can be helpful.
  • 0
    Pretty bleak, but you can self motivate by:
    - squeezing loc (what about one liner?)
    - incomprehensible solution which makes one scratch his head, yet works
    - overengineered solution
Add Comment