ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

55 results

CS50
CS50x 2025 - Lecture 5 - Data Structures

Abstract Data Types. Queues, Stacks. Linked Lists. Trees, Binary Search Trees. Hash Tables. Tries. *** This is CS50, Harvard ...

2:03:38
CS50x 2025 - Lecture 5 - Data Structures

241,385 views

Streamed 1 year ago

Weiyu Hao
Remove an element from Linked List in Python

A simple discussion on Linked List.

4:43
Remove an element from Linked List in Python

5 views

1 year ago

CS50
CS50x 2026 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:06:14
CS50x 2026 - Lecture 5 - Data Structures

37,785 views

1 month ago

CS50
CS50x 2024 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:02:49
CS50x 2024 - Lecture 5 - Data Structures

563,506 views

2 years ago

NextGen Coders: Python,Swift Tech Video & Coding
Single Linked List in Action: How to Traverse, Search, and Insert Nodes

In this video, we dive deep into the world of Single Linked Lists! We'll explore the essential operations that make linked lists so ...

37:53
Single Linked List in Action: How to Traverse, Search, and Insert Nodes

10 views

9 months ago

Harsha Trainings Pega
Data Structures that Every Programmers Must Learn | Programming Tutorial #python #harshatrainings

Hello aspiring programmers! Welcome to Harsha Trainings, your go-to destination for mastering programming concepts.

8:26
Data Structures that Every Programmers Must Learn | Programming Tutorial #python #harshatrainings

43 views

1 year ago

CS50
CS50 2021 in HDR - Lecture 5 - Data Structures

This is CS50, Harvard University's Introduction to the intellectual enterprises of computer science and the art of programming.

2:12:55
CS50 2021 in HDR - Lecture 5 - Data Structures

170,931 views

4 years ago

NextGen Coders: Python,Swift Tech Video & Coding
Master Linked Lists in C: The Complete Beginner's Guide

Description: Welcome to this comprehensive introduction to Linked Lists in C! In this video, we'll walk you through the ...

40:13
Master Linked Lists in C: The Complete Beginner's Guide

24 views

9 months ago

Shubham Aher
Middle of Linked List | LeetCode Explained | DSA Problem Solving in Java, Python, C++ | FAANG Prep

In this video, we solve the “Middle of the Linked List” problem — a classic and frequently asked question in DSA and coding ...

3:11
Middle of Linked List | LeetCode Explained | DSA Problem Solving in Java, Python, C++ | FAANG Prep

72 views

5 months ago

CS50
CS50x 2023 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:16:12
CS50x 2023 - Lecture 5 - Data Structures

381,531 views

Streamed 3 years ago

CS50
CS50x 2026 - Lecture 6 - Python

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:29:32
CS50x 2026 - Lecture 6 - Python

36,663 views

1 month ago

NextGen Coders: Python,Swift Tech Video & Coding
DSA Made Easy : C Program to Implement Stack Using Linked List | Build a Stack with Linked List in C

Description: In this video, we'll walk you through how to implement a stack using a linked list in C—step by step! Whether you're ...

21:00
DSA Made Easy : C Program to Implement Stack Using Linked List | Build a Stack with Linked List in C

21 views

9 months ago

Shubham Aher
Remove Nth Node From End of Linked List | LeetCode DSA Problem Explained | Interview Preparation

In this video, we solve the “Remove Nth Node From End of Linked List” problem — a very common coding interview question ...

7:37
Remove Nth Node From End of Linked List | LeetCode DSA Problem Explained | Interview Preparation

170 views

6 months ago

贵轩爱怡萱
Lecture Week6 DSA part 3
26:22
Lecture Week6 DSA part 3

13 views

2 years ago

Padho with Pratyush
DSA PATTERNS Episode 8 | Two Pointers Pattern: Most Important Questions

Welcome to Lecture 5 of the DSA Patterns Playlist — in this video, we break down the Dutch National Flag Algorithm and Triplet ...

41:16
DSA PATTERNS Episode 8 | Two Pointers Pattern: Most Important Questions

26,393 views

3 months ago

NextGen Coders: Python,Swift Tech Video & Coding
Linked List Deletion in C | DSA Polytechnic Exam 26 May 2025

Linked List Deletion | DSA Polytechnic Exam 26 May 2025 In this video, we cover Deletion in Singly Linked List step-by-step, ...

34:16
Linked List Deletion in C | DSA Polytechnic Exam 26 May 2025

28 views

9 months ago

Sergiy Tytenko, PhD | Software Development
Lecture 10 | Trees

Object-Oriented Programming and Data Structures.

39:27
Lecture 10 | Trees

56 views

1 year ago

NextGen Coders: Python,Swift Tech Video & Coding
Stacks : Representation, Operations & Implementation  Push, Pop, Peek Using Arrays | Full Tutorial

Stacks : Representation, Operations & Implementation Push, Pop, Peek Using Arrays | Full Tutorial PDF Link: ...

39:21
Stacks : Representation, Operations & Implementation Push, Pop, Peek Using Arrays | Full Tutorial

36 views

9 months ago

NextGen Coders: Python,Swift Tech Video & Coding
Recursion in C: What, Why, and How | DSA Simplified | Learn Recursion Step-by-Step (With Code)

Learn Recursion in C | Data Structures and Algorithms Simplified In this video, we'll break down Recursion in C from the ground ...

23:03
Recursion in C: What, Why, and How | DSA Simplified | Learn Recursion Step-by-Step (With Code)

28 views

9 months ago

NextGen Coders: Python,Swift Tech Video & Coding
🔥 "Delete an Element from an Array in C | Step-by-Step DSA Tutorial

Learn How to Delete an Element from an Array in C | DSA Made Easy! In this video, you'll learn how to delete an element from an ...

29:48
🔥 "Delete an Element from an Array in C | Step-by-Step DSA Tutorial

12 views

9 months ago

NextGen Coders: Python,Swift Tech Video & Coding
🔥 Master Linear Search in C | Data Structures & Algorithms

Master Linear Search in C | Data Structures & Algorithms Welcome to our DSA with C series! In this video, we'll break down the ...

16:37
🔥 Master Linear Search in C | Data Structures & Algorithms

21 views

9 months ago

NextGen Coders: Python,Swift Tech Video & Coding
🚀 Binary Search Explained with C Code | DSA in C

Binary Search in C | Data Structures & Algorithms Tutorial Welcome to this DSA tutorial where we break down Binary Search ...

20:55
🚀 Binary Search Explained with C Code | DSA in C

8 views

9 months ago

Devvrat Rana
Tutorial 15: Python Generator Function, Objects for Beginners

Hey everyone, Welcome to Python Course for Beginners, In this class I have explained generator function, generator expression ...

23:59
Tutorial 15: Python Generator Function, Objects for Beginners

63 views

3 years ago

NextGen Coders: Python,Swift Tech Video & Coding
Insertion Sort and Exchange Selection Sort | Exchange Selection Sort vs Selection Sort

PDF Link: https://medium.com/@vanshu.rachna/what-is-sorting-in-dsa-eb4f8cd4f2f7.

21:38
Insertion Sort and Exchange Selection Sort | Exchange Selection Sort vs Selection Sort

17 views

9 months ago

0xITer
CS50x 2024 Lecture 6 - Python

CS50x 2024 Lecture 6 - Python 00:00:00 - Introduction 00:01:01 - Python 00:07:24 - Speller 00:13:41 - Filter 00:17:31 - Face ...

2:09:03
CS50x 2024 Lecture 6 - Python

5 views

11 months ago