> Ropes
> A Caveat: Ropes are not as complicated as some of the other data structures
> on this list and many of the papers about ropes give incorrect information
> about the runtime of the various operations on them. If you choose to use this
> data structure, we'll expect that you'll put in a significant amount of work
> comparing them to other approaches or developing novel ideas.
I've tried to study things like Ropes but, for me, it was very complicated. I was interested in them from their usage in Xi. On the other hand different topics in this document were very easy for me to understand (mainly the Levenshtein Automata).
Is this just an example of the professor being better suited to understanding Ropes? Does their "caveat" push people from attempting to examine them?
The professor's writing style makes the guide enjoyable. It's an interesting topic across the board, but in the wrong hands this PDF could be an awfully dry read. Not so in this case!
I assume you mean the slides for the Spring 2016 class, which can be found on the class website, along with handouts and other supplemental information for each week. [1]
I'm guessing stablemap is providing the author for anyone who might be interested in more of their work, rather than as a criticism or correction. ¯\_(ツ)_/¯
Is this just an example of the professor being better suited to understanding Ropes? Does their "caveat" push people from attempting to examine them?