ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

289 results

ABMedia
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

C#, as a language, is all about flexibility. Sure, the ability to rapidly prototype and deliver on code quickly, without worrying about ...

41:47
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

3,795 views

1 year ago

Bald. Bearded. Builder.
The Secret to Mastering Queue, Stack and Dictionary in C#!

Ever wonder when to use a queue, a stack, or a hashtable in C#? In this video, Michael explains the story behind FIFO vs LIFO ...

13:30
The Secret to Mastering Queue, Stack and Dictionary in C#!

11,882 views

4 months ago

Dylan Sallee
mergeSort(): A Graphical, Recursive, C++ Explanation

This video demonstrates a standard implementation of mergeSort() in C++, with graphics to help even the most novice of ...

4:55
mergeSort(): A Graphical, Recursive, C++ Explanation

95,828 views

8 years ago

UPGRADE YOURSELF
Introduction to Data Structures: Arrays, Linked Lists, Stacks, Queues, Trees, Graphs.

Learn the basics of Data Structures in this video! We cover key concepts like Arrays, Linked Lists, Stacks, Queues, Trees, and ...

7:06
Introduction to Data Structures: Arrays, Linked Lists, Stacks, Queues, Trees, Graphs.

184 views

1 year ago

Bald. Bearded. Builder.
C#: Class, Struct or Record - Which Should You Choose?

Hello world! My name is Michael. In this video, I'll be covering what a C# class, struct, record class, and record struct are and when ...

7:53
C#: Class, Struct or Record - Which Should You Choose?

56,694 views

1 year ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow 01 Intro

View the full free class at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

17:10
Vulns1001 02 Stack Buffer Overflow 01 Intro

4,227 views

2 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2022-0435🥴 02 ACID flow

View the full free class at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

11:08
Vulns1001 02 Stack Buffer Overflow CVE-2022-0435🥴 02 ACID flow

1,573 views

2 years 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

Carlos Saraiva
Value vs Reference Types in C# Stack and Heap with Clear Examples

In this beginner-friendly lesson, we unpack one of the most important C# fundamentals: the difference between value types and ...

7:35
Value vs Reference Types in C# Stack and Heap with Clear Examples

42 views

3 months ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE 2021-43579🖇 01 Background FTF

View the full free class at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

1:26
Vulns1001 02 Stack Buffer Overflow CVE 2021-43579🖇 01 Background FTF

1,669 views

2 years ago

Tyler Caraza-Harter
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

... a stack right that's the only place a list will be fast for these other two we want to learn how to use um other other data structures ...

23:37
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

236 views

5 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2021-43579🖇 02 ACID Flow

View the full free class at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

6:24
Vulns1001 02 Stack Buffer Overflow CVE-2021-43579🖇 02 ACID Flow

1,741 views

2 years ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

249,556 views

7 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2022-0435🥴 01 Background FTF

View the full free class at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

1:06
Vulns1001 02 Stack Buffer Overflow CVE-2022-0435🥴 01 Background FTF

1,502 views

2 years ago

OpenSecurityTraining2
Vulns100X 05 Mitigation 01 Stack Canaries

View the full free MOOC at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

3:41
Vulns100X 05 Mitigation 01 Stack Canaries

1,116 views

2 years ago

Harsh Yadav
Data structure and algorithm using C and C@TheDaniRep @Learn BCA

Data structures are formats used to organize, store, and manage data. You can use data structures to access and modify data ...

3:17
Data structure and algorithm using C and C@TheDaniRep @Learn BCA

32 views

3 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow 🥷CVE-2021-21574#️⃣ 02 ACID Flow

View the full free class at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

3:13
Vulns1001 02 Stack Buffer Overflow 🥷CVE-2021-21574#️⃣ 02 ACID Flow

2,379 views

2 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2021-20294🧝‍♀️ 01 Background FTF

View the full free class at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

1:18
Vulns1001 02 Stack Buffer Overflow CVE-2021-20294🧝‍♀️ 01 Background FTF

2,167 views

2 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2020-10005🌳 01 Background FTF

View the full free class at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

1:27
Vulns1001 02 Stack Buffer Overflow CVE-2020-10005🌳 01 Background FTF

1,986 views

2 years ago

COMPUTER & EXCEL SOLUTION
Stack linear data structure  Push and POP in Python@COMPUTEREXCELSOLUTION

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

6:35
Stack linear data structure Push and POP in Python@COMPUTEREXCELSOLUTION

77 views

3 years ago