xylix / cea-rope-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CEA Rope Implementation Challenge

This project contains a partial implementation of a Rope. Your challenge is to complete the implementation (the methods marked "TODO") and make all of the tests pass.

You may read Wikipedia articles or generic articles about data structures, but please don’t copy and paste or look up existing code for the implementation.

The tests entitled "extra credit" are, well, extra credit. If you are able to do them that's great, but you should focus on the other ones first.

We suggest commenting out all of the tests except for insertion or deletion and then starting with those.

Tests

Tests can be run with the command python -m unittest rope_test.Testing.

About


Languages

Language:Python 100.0%