ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

43 results

Programming threads
Call Stack: The Secret Behind How Code Runs

Call Stack In this video we are going to present the call stack data structure and how it is used to track the code execution. The call ...

3:25
Call Stack: The Secret Behind How Code Runs

51 views

1 year ago

COMPUTER & EXCEL SOLUTION
Implement Stack Using List | Python Tutorials | Data Structures@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:52
Implement Stack Using List | Python Tutorials | Data Structures@COMPUTEREXCELSOLUTION

34 views

2 years ago

COMPUTER & EXCEL SOLUTION
Stack implementation in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

3:44
Stack implementation in Python@COMPUTEREXCELSOLUTION

95 views

2 years ago

Caden Crowson
Program Layout in Memory - Assembly Part 0

This series covers x86-64 NASM. Ever wondered how programs are laid out in memory? Dive into the world of Assembly with this ...

1:48
Program Layout in Memory - Assembly Part 0

1,007 views

11 months ago

COMPUTER & EXCEL SOLUTION
STACK IMPLEMENTATION | Push, Pop, Display | Class 12 Python | CBSE Board@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

3:50
STACK IMPLEMENTATION | Push, Pop, Display | Class 12 Python | CBSE Board@COMPUTEREXCELSOLUTION

150 views

2 years ago

COMPUTER & EXCEL SOLUTION
Stack FIFO and LIFO in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:48
Stack FIFO and LIFO in Python@COMPUTEREXCELSOLUTION

138 views

3 years ago

R ENGINEERING TUTORIAL
Evaluation of Postfix Expression

Evaluation of Postfix Expression using Stack: To evaluate a postfix expression we can use a stack. Iterate the expression from left ...

2:52
Evaluation of Postfix Expression

32 views

1 year ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

802 views

4 years ago

Programming threads
Stop Using Lambda in Map/Filter! (Python Performance Trap Explained)

Lambda functions in Python are 17% slower than regular functions when used with map/filter. Learn why lambdas get recreated, ...

1:01
Stop Using Lambda in Map/Filter! (Python Performance Trap Explained)

1,169 views

1 month ago

Programming threads
This ONE Python Trick Made My Code 4.37x Faster (Threading Secrets)

Learn Python threading and understand how the Python GIL is explained through bytecode analysis and real performance ...

3:07
This ONE Python Trick Made My Code 4.37x Faster (Threading Secrets)

225 views

1 month ago

Khan Academy Computing
Recursive Fibonacci Calls (Diagrammed)

This diagram traces the calls that the computer makes while executing a recursive algorithm to calculate Fibonacci numbers for an ...

0:19
Recursive Fibonacci Calls (Diagrammed)

2,088 views

6 years ago

MOOC de l'IMT
1. Introduction 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

3:10
1. Introduction 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

8,329 views

7 years ago

Programming threads
When Try-Except Kills Your Speed

Python try-except is 30x slower than if-statements. Learn why exception handling costs performance, when try-except makes ...

0:57
When Try-Except Kills Your Speed

1,498 views

1 month ago

R ENGINEERING TUTORIAL
Python program to evaluate a prefix expression.

In prefix expression evaluation we have to scan the string from right to left. If we encounter any operand then we will push it into ...

3:52
Python program to evaluate a prefix expression.

35 views

1 year ago

Mr. Nobody
Array Visualization | Subtitled—Experimentation

Hello, My name is Mr. Nobody. Today's video is an experiment for visualizing arrays using Manim. # Tools ...

0:28
Array Visualization | Subtitled—Experimentation

618 views

3 years ago

Meri (Engel) Kasprak - programming videos
PRG-105: Recursive Function Calls in Python

Using recursive function calls in python. View an annotated PDF transcription of the video: ...

2:10
PRG-105: Recursive Function Calls in Python

386 views

8 years ago

Caden Crowson
What is Recursion

Recursion is the process of defining something using itself. In computer science, recursion can greatly simplify creating a function.

1:24
What is Recursion

84 views

11 months ago

DrKode
Leetcode 20 Valid Parentheses (Animation)

website: https://drkode.org problem: https://leetcode.com/problems/word-search/description/ solution: ...

2:48
Leetcode 20 Valid Parentheses (Animation)

30 views

9 months ago

OpenSecurityTraining2
Function Parameters: Pass1Parameter.c Intro - Architecture 1001: x86-64 Assembly

... this exercise the same thing we do every exercise step through the assembly draw stack diagram and try to take over the world.

0:23
Function Parameters: Pass1Parameter.c Intro - Architecture 1001: x86-64 Assembly

1,172 views

3 years ago

MicroRishi
Descriptive Statistics | Car Evaluation Dataset | Part 3

Hi everyone, welcome back to our channel. In this video, We're going to show how to find shape of data, what are the types of ...

3:28
Descriptive Statistics | Car Evaluation Dataset | Part 3

326 views

2 years ago