Back to Browse

Technical Interview: Check if string is a palindrome

15.7K views
May 3, 2017
4:27

Problem: Given two strings, write a function to decide if one is a permutation of the other. This video is part of the "Technical Interview Problems" series on various problems that arise in a technical interview setting. The solutions in this series focus on the Python language. The code used in this video may be found here: https://github.com/vprusso/youtube_tutorials/blob/master/technical_interview/is_palindrome.py Website: http://vprusso.github.io/

Download

0 formats

No download links available.

Technical Interview: Check if string is a palindrome | NatokHD