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

Описание к видео Data Structures in Python: Singly Linked Lists -- Is Palindrome

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_tu...

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

Комментарии

Информация по комментариям в разработке