add solution for hw6:3233
Some checks failed
Fast Reverse Tests / test (push) Failing after 4s
Reverse Tests / test (push) Failing after 4s
Sum Tests / test (push) Failing after 4s
Word Stat Tests / test (push) Failing after 4s
Word Stat++ Tests / test (push) Failing after 4s

This commit is contained in:
2026-02-02 14:27:24 +03:00
parent ddba0fc8b5
commit d8154da7a9
4 changed files with 64 additions and 25 deletions

View File

@@ -3,4 +3,4 @@ package wspp;
public class WordInfo {
int count;
IntList positions;
}
}