Back to Browse

Data Structures in Python: Singly Linked Lists -- Is Palindrome

8.5K views
Feb 2, 2018
16:57

In this video, we investigate how to determine if a singly linked list is a palindrome, that is if the data held at each of the nodes in the linked list can be read forward or backward to generate the same content. We code up the solution to both of these approaches in Python. The software written in this video is available at: https://github.com/vprusso/youtube_tutorials/blob/master/data_structures/linked_list/singularly_linked_list/linked_list_is_palindrome.py Do you like the development environment I'm using in this video? It's a customized version of vim that's enhanced for Python development. If you want to see how I set up my vim, I have a series on this here: http://bit.ly/lp_vim If you've found this video helpful and want to stay up-to-date with the latest videos posted on this channel, please subscribe: http://bit.ly/lp_subscribe

Download

1 formats

Video Formats

360pmp422.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Data Structures in Python: Singly Linked Lists -- Is Palindrome | NatokHD