Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Stacks in Python - Reversing the Stack в хорошем качестве

Stacks in Python - Reversing the Stack 11 дней назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Stacks in Python - Reversing the Stack

This video builds on two previous videos where we 1. Implemented the stack data structure in Python:    • Stacks - Introduction, Python Impleme...   2. Added some secondary methods to the stack:    • Stacks in Python - Secondary Operations   In this video, we add another secondary operation to the Stack: reversing the items in the stack. This technique can be useful (although not efficient) for solving problems like this (Leet Code 9. Palindrome Number: https://leetcode.com/problems/palindr...) where you could push items to a stack and then compare them to something (e.g., a string) by popping them off. Link to playlist:    • Data Structures in Python  

Comments