ReelLearning
Computer Science and Programming Concepts in C++ and Python
There may be some mistakes in these videos with regard to current best practices, verbal content, code syntax, code structure, pedagogy etc. Better videos could and should be made by experts with possibly a team of reviewers/editors. My hope is that these videos do more good than harm. Please read comments as they may contain corrections from other watchers and/or references to other useful resources.
I encourage anyone trying to learn computer science and programming to seek out the best resources. I don't claim that this is one of them.
Here are a few resources generally recommended by the computer science/programming community:
C++ - http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
Python - http://bit.ly/W3UCP7
Created by Derek Snow
Структуры данных с использованием C++: реализация рекурсивной (обратной) функции печати списка
Data Structures Using C++: Using Recursion to Process a Linked List
Data Structures Using C++: Illustration of Recursive Function Calls (Call Stack)
Data Structures Using C++: Introduction to Recursion (Problem Solving Technique)
Data Structures Using C++: Deleting a node from a linked list
Data Structures Using C++: Implementation - Inserting a Node into a Linked List (Sorted Linked List)
Структуры данных с использованием C++: вставка узла в связанный список (сортированный связанный с...
Структуры данных с использованием C++: обход связанного списка
Структуры данных с использованием C++: Реализация связанного списка, часть II (класс List)
Data Structures: Introduction to Linked Lists
Структуры данных с использованием C++: Реализация связанного списка, часть I (класс Node)
Data Structures Using C++: STL Queue Class
Data Structures: Queue (Abstract Data Type)
Структуры данных с использованием C++: использование стека для создания калькулятора RPN (постфик...
Data Structures Using C++: STL Stack Class
Data Structures: Stack (Abstract Data Type)
Структуры данных: Введение в структуры данных
Data Structures: Abstract Data Type (ADT)
C++ Programming: Analysis of Linear Search and Binary Search Algorithms
C++ Programming: Binary Search Algorithm
Программирование на C++: линейный алгоритм поиска
Программирование на C++: Обход массива
C++ Programming: Using the sizeof operator
Программирование на C++: передача массивов в функции
C++ Programming: Intro to Arrays Part II
C++ Programming: Intro to Arrays Part I
Python Programming: Intro to Strings
Программирование на Python: Событийно-ориентированное программирование II (циклы While)
Python Programming: Event Driven Programming
Python Programming: Variables, Types and Data