ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

137 results

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

572,482 views

2 years ago

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

253,898 views

Streamed 1 year ago

Padho with Pratyush
The Best Way To Learn DSA in 2025 | DSA Patterns by IITian

DSA Patterns Playlist: https://www.youtube.com/playlist?list=PLbJhGqY-mq47k_WLUtzVjmarUm1EuXPj2 Find the pattern sheet ...

19:17
The Best Way To Learn DSA in 2025 | DSA Patterns by IITian

367,080 views

8 months ago

Isaias Cuvula
Study with Me - Mastering Data Structures with Java

Join me for a focused study session as we delve into mastering data structures using Java. Let's study together for 42 minutes, ...

42:07
Study with Me - Mastering Data Structures with Java

270 views

1 year ago

Nikhil Lohia
Stack Data Structure explained with animations | Basic operations on Stacks | Study Algorithms

A visual representation of Stack with animations and examples. How does it work behind the scenes? What are the basic ...

13:41
Stack Data Structure explained with animations | Basic operations on Stacks | Study Algorithms

6,633 views

5 years ago

Java Guru Ravi
🔢 Primitive Data Types in Java Explained | Java Tutorial for Beginners | Lec-11 | Java Guru Ravi

Topics Covered: What are Primitive Data Types in Java? Overview of Java's 8 Primitive Data Types (byte, short, int, long, float, ...

13:26
🔢 Primitive Data Types in Java Explained | Java Tutorial for Beginners | Lec-11 | Java Guru Ravi

24 views

1 year ago

Padho with Pratyush
Why 90% Students FAIL to Learn DSA 😞 (Truth No One Talks About)

If you are new here: Get the pattern sheet: ...

10:44
Why 90% Students FAIL to Learn DSA 😞 (Truth No One Talks About)

9,985 views

7 months ago

Coding Tutorials by Umar Khan
Heap Data Structure in Java: Coding Tutorials by Umar Khan

In this video - the final video of this playlist - we will learn about the heap data structure and create a heap from scratch in Java.

52:00
Heap Data Structure in Java: Coding Tutorials by Umar Khan

218 views

3 years ago

Sudhakar Atchala
Amortized Analysis in DAA || Potential Method using Stack Operations in DAA || Algorithms

Data Structures Playlist: https://www.youtube.com/playlist?list=PLXj4XH7LcRfAhaLFnq4fQ5ASOqKd08-Us ...

9:59
Amortized Analysis in DAA || Potential Method using Stack Operations in DAA || Algorithms

159 views

1 day ago

Padho with Pratyush
DAY 1 Of DSA Basics | C++ | Python | DSA Patterns Basic To Advanced Course

Welcome to day 1 of learning and mastering dsa patterns. If you dont have the dsa pattern sheet check out the instagram pinned ...

43:23
DAY 1 Of DSA Basics | C++ | Python | DSA Patterns Basic To Advanced Course

62,338 views

8 months ago

TechStop by Hardik Khandelwal
Pilot : Problem Solving in Java

Hi everyone, I'm Hardik Khandelwal Software Engineer at Google ( Ex Amazon). This is the introductory video for my playlist ...

1:27
Pilot : Problem Solving in Java

178 views

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

9 months ago

Backend Simplified
Why Multithreading Is So Hard (And Why You Still Need It) | Java Concurrency

Multithreading makes Java applications faster, scalable, and responsive — but it also introduces some of the hardest bugs you'll ...

13:07
Why Multithreading Is So Hard (And Why You Still Need It) | Java Concurrency

71 views

5 months ago

Java Guru Ravi
🔍 Java static Keyword in Same Class | Part 2 | Java Tutorial for Beginners | Lec-6 | Java Guru Ravi

Welcome to Java Guru Ravi! In this lecture, we continue exploring the static keyword in Java, focusing on how it works within the ...

8:07
🔍 Java static Keyword in Same Class | Part 2 | Java Tutorial for Beginners | Lec-6 | Java Guru Ravi

53 views

1 year ago

Sudhakar Atchala
Amortized Analysis in DAA || Potential Method using Incrementing a Binary Counter || Algorithms

Data Structures Playlist: https://www.youtube.com/playlist?list=PLXj4XH7LcRfAhaLFnq4fQ5ASOqKd08-Us ...

11:29
Amortized Analysis in DAA || Potential Method using Incrementing a Binary Counter || Algorithms

10 views

13 minutes ago

Codathrone
Java for Beginners  – Methods, Overloading & Recursion COMPLETE Guide (Phase 3 – One Video)

In Phase 3 of the Java for Beginners series you'll master Methods — the single most important concept for writing clean, ...

21:36
Java for Beginners – Methods, Overloading & Recursion COMPLETE Guide (Phase 3 – One Video)

25 views

1 month ago

Padho with Pratyush
Episode 5 - 2 Pointer DSA Pattern | DSA PATTERNS ROADMAP 2025

Welcome to the third lecture in this dsa pattern series. If you want the sheet you can take it here: ...

50:42
Episode 5 - 2 Pointer DSA Pattern | DSA PATTERNS ROADMAP 2025

109,430 views

8 months ago

CS50
CS50P - Lecture 8 - Object-Oriented Programming

This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...

2:47:42
CS50P - Lecture 8 - Object-Oriented Programming

834,837 views

3 years ago

Java Guru Ravi
🚀 Compilation and Execution of Java Programs | Java Tutorial for Beginners | Lec-7 | Java Guru Ravi

Welcome to Java Guru Ravi! In this lecture, we will cover the complete process of compiling and executing Java programs step by ...

8:37
🚀 Compilation and Execution of Java Programs | Java Tutorial for Beginners | Lec-7 | Java Guru Ravi

64 views

1 year ago

Java Guru Ravi
🖥️ Understanding System.out.println in Java | Java Tutorial for Beginners | Lec-8 | Java Guru Ravi

Welcome to Java Guru Ravi! In this lecture, we take an in-depth look at System.out.println in Java. This commonly used statement ...

10:46
🖥️ Understanding System.out.println in Java | Java Tutorial for Beginners | Lec-8 | Java Guru Ravi

116 views

1 year ago