News

Using symmetric groups as guiding examples, we started the project by learning the basic properties of Coxeter groups, fully commutative (FC) elements of Coxeter groups, and heaps of FC elements. We ...
We will finish an implementation of a heap of strings, and test the implementation. ... Test your Heap class by running the python script test.py. uname@hostname: ~$ ./test.py. Please run this for a ...
Implement and test a heap of strings. ... We are using the C++ strings defined in <string>, std::string (using namespace std you can omit the std::). ... Testing. Test your Heap class by running the ...