MCPcopy Create free account
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / CheckErrorWord.py

File CheckErrorWord.py

CheckErrorWord.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# 网传鹅厂面试题,英语单词拼写检查算法
2# 比如输入hello, 却错误的输入了hellu, 找出出错的字母
3# 感谢知乎知友@Lee Shellay
4

Callers

nothing calls this directly

Calls 2

make_trieFunction · 0.85
check_fuzzyFunction · 0.85

Tested by

no test coverage detected