MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / palindrome.py

File palindrome.py

strings/palindrome.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Algorithms to determine if a string is palindrome
2
3from timeit import timeit
4

Callers

nothing calls this directly

Calls 4

is_palindrome_recursiveFunction · 0.85
is_palindrome_sliceFunction · 0.85
is_palindromeFunction · 0.70
benchmark_functionFunction · 0.70

Tested by

no test coverage detected