MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-578465.py

File recipe-578465.py

recipes/Python/578465_longest_common_substring/recipe-578465.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3.2
2
3import numpy as np
4

Callers

nothing calls this directly

Calls 3

longest_common_substringFunction · 0.85
printFunction · 0.85
splitMethod · 0.45

Tested by

no test coverage detected