elyashiv

Results 4 issues of elyashiv

In grade school the container is chosen to be `map` a better choice would be `std::set` or `std::multiset` instead of `vector`, because the list of students needs to stay sorted....

I have the following html code, along with bootstrap, bootstrap-theme and bootstrap-rtl css files: ``` html שלום בחר ``` This results the following: ![screen shot 2015-10-08 at 20 01 13](https://cloud.githubusercontent.com/assets/1577529/10376027/63956818-6e04-11e5-8230-d69df733f2b2.png)...

Use memoryview to avoid copying data

When I updated the tests for matching brackets (#258) I generated the tests with a small python script. I think quite a few exercises can use a script of the...