Стек на Python с нуля + Реализация

Final code: https://github.com/JamesVivir/stackPy... 🚀 In this video, we'll break down the Stack data structure from scratch! 📌 What awaits you: 1️⃣ Theory: A visual animation explaining what a stack (LIFO - Last In, First Out) is and how it works. 2️⃣ Implementation: Writing a stack in Python from scratch. 3️⃣ Practice: String reversal - we'll demonstrate how a stack works with another example. isBalanced - we check if the parentheses in a string are placed correctly. Contents: 00:00 Start 03:53 Implementing a stack 04:14 Implementing the push method 08:30 Implementing the pop method 09:44 Implementing the peek method 10:30 Task: Implement the reverse method using a stack 10:51 Implementing the reverse method using a stack 12:19 Task: Check if a string is balanced 14:32 Implementing a check if a string is balanced

Связный список на Python с нуля: Реализация + Задачи
▶︎

Связный список на Python с нуля: Реализация + Задачи

What is a Stack? + Java Implementation from Scratch
▶︎

What is a Stack? + Java Implementation from Scratch

Актуальный стек Python разработчика [2026]
▶︎

Актуальный стек Python разработчика [2026]

Реализация очереди на Python с нуля | Структуры данных и алгоритмы
▶︎

Реализация очереди на Python с нуля | Структуры данных и алгоритмы

ХЭШ-МАП За 40 Мин С Нуля | HashMap Для Начинающих
▶︎

ХЭШ-МАП За 40 Мин С Нуля | HashMap Для Начинающих

How Hash Tables Work | Collisions, Hash Functions, Load Factor | Data Structures
▶︎

How Hash Tables Work | Collisions, Hash Functions, Load Factor | Data Structures

Асинхронность, многопоточность, многопроцессность в python | Библиотека asyncio и асинхронный код
▶︎

Асинхронность, многопоточность, многопроцессность в python | Библиотека asyncio и асинхронный код

Разработка игры на Python и PyGame / Полный курс для начинающих
▶︎

Разработка игры на Python и PyGame / Полный курс для начинающих

PINK & ORANGE GRADIENT IN HD [3 HOURS]
▶︎

PINK & ORANGE GRADIENT IN HD [3 HOURS]

Visualizing Insertion Sort
▶︎

Visualizing Insertion Sort

Is a linked list better than Python's built-in list?
▶︎

Is a linked list better than Python's built-in list?

Quick Sort - Explained from Scratch + Visualization
▶︎

Quick Sort - Explained from Scratch + Visualization

Уроки Python с нуля / #1 – Программирование на Питон для начинающих
▶︎

Уроки Python с нуля / #1 – Программирование на Питон для начинающих

Подготовка к собеседованию в Google — Хитрая задача на Стек
▶︎

Подготовка к собеседованию в Google — Хитрая задача на Стек

Python OOP Will Finally Make Sense After This
▶︎

Python OOP Will Finally Make Sense After This

Алгоритмы и структуры данных на JavaScript
▶︎

Алгоритмы и структуры данных на JavaScript

#14. Стек типа LIFO (Last-In-First-Out) | Алгоритмы на Python
▶︎

#14. Стек типа LIFO (Last-In-First-Out) | Алгоритмы на Python

Python Generators - Visually Explained
▶︎

Python Generators - Visually Explained

Learn Python OOP in under 20 Minutes
▶︎

Learn Python OOP in under 20 Minutes

Visualizing the Boyer–Moore Algorithm: Efficient Substring Search | Boyer–Moore search
▶︎

Visualizing the Boyer–Moore Algorithm: Efficient Substring Search | Boyer–Moore search