1
0
Fork 0

Lisää pylint, pytest ja coverage. Kirjoita testit trie:lle

This commit is contained in:
Vili Sinervä 2022-09-16 13:58:25 +03:00
parent fc4e69dfa9
commit ea983c89cc
5 changed files with 54 additions and 1 deletions

View file

@ -1,5 +1,5 @@
"""Markovin ketjuille tarkoitettu trie-tietorakenteen implementaatio.
import Trie
from trie import Trie
"""
class TrieSolmu: # pylint: disable=too-few-public-methods