Files
prog-intro-2025/java/wspp/WordInfo.java
me ddba0fc8b5
Some checks failed
Fast Reverse Tests / test (push) Successful in 24s
Reverse Tests / test (push) Successful in 7s
Sum Tests / test (push) Successful in 7s
Word Stat Tests / test (push) Successful in 7s
Word Stat++ Tests / test (push) Failing after 11s
add solutions for hw6:Base
2026-02-02 14:32:45 +05:00

6 lines
78 B
Java

package wspp;
public class WordInfo {
int count;
IntList positions;
}