We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005dbce commit 6c44ac8Copy full SHA for 6c44ac8
README.md
@@ -11,7 +11,7 @@ This compressed stack structure works correctly as a normal stack for any proble
11
12
```cpp
13
template <class T, class D> void Problem<T, D>::run() {
14
- initStackIntern();
+ initStack();
15
while (notEndOfFile()) {
16
D data = readInput(line);
17
while (notEmptystack() && popCondition(data)) {
0 commit comments