MCPcopy Create free account
hub / github.com/careercup/ctci / Question2_7.py

File Question2_7.py

python/Chapter 2/Question2_7.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from classes.LinkedList import *
2
3# Iterative approch
4def isPalindrome_iter(linkedlist):

Callers

nothing calls this directly

Calls 6

randomLinkedListFunction · 0.85
isPalindrome_iterFunction · 0.85
isPalindrome_recuFunction · 0.85
isPalindromeFunction · 0.70
LinkedListClass · 0.50
addNodeMethod · 0.45

Tested by

no test coverage detected