ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

97 results

Tech With Tim
Learning to code has changed

To learn for free on Brilliant, go to https://brilliant.org/techwithtim . Brilliant's also given our viewers 20% off an annual Premium ...

13:19
Learning to code has changed

172,633 views

2 weeks ago

Mahesh Ahirwar
Build Linked List From Scratch in Java | Data Structures Deep Dive | Crack Coding Interviews

In this video, we build a Linked List from scratch in Java without using Java Collections Framework. If you're preparing for: SDE ...

29:02
Build Linked List From Scratch in Java | Data Structures Deep Dive | Crack Coding Interviews

49 views

4 days ago

Geekific
Recursion Finally Makes Sense | Why Recursion Breaks Your Code | Geekific

geekific #recursion #tailrecursion #java #algorithms #datastructures #computerscience Master recursion for your next coding ...

9:58
Recursion Finally Makes Sense | Why Recursion Breaks Your Code | Geekific

710 views

3 weeks ago

Kernel Queen 👑
Minimum Difference Between Highest and Lowest of K Scores | Leetcode 1984 | Java-Hindi

... #DataStructures #Algorithms #CodeWithMe #CodeWalkthrough #Developer #ProblemSolving #TechEducation #LearnCoding ...

2:06
Minimum Difference Between Highest and Lowest of K Scores | Leetcode 1984 | Java-Hindi

163 views

4 weeks ago

Ved Arya Tech
Core Java Basics Tutorial | Java Introduction for Beginners (Hindi) | Variables, Input, Operators

In this video you will learn Java from absolute beginner level. We will cover: • What is Java • First Java Hello World Program ...

19:30
Core Java Basics Tutorial | Java Introduction for Beginners (Hindi) | Variables, Input, Operators

147 views

3 weeks ago

The Code Refactory
Stop Asking Your Objects for Data

Is your code suffering from Feature Envy? In this video, we dive deep into the "Tell, Don't Ask" principle to explain why objects ...

4:26
Stop Asking Your Objects for Data

74 views

4 weeks ago

Coder Army
JAVA Full Course | Introduction to JAVA | Java Full Course for Beginners in 2026

Introduction to Java | Java Full Course for Beginners In this first video of our Java Full Course, we start from absolute basics, What ...

59:07
JAVA Full Course | Introduction to JAVA | Java Full Course for Beginners in 2026

28,504 views

7 days ago

Vision Microtech
🔥 String Conversions in Java | Convert String To int double char 🚀 ✨

String Conversions in Java | Convert String To int double char ✨ String Conversions in Java explained in a very easy and ...

4:12
🔥 String Conversions in Java | Convert String To int double char 🚀 ✨

13 views

3 weeks ago

Vision Microtech
🔥 Comparing Date Class in Java | Compare Dates Using before after equals 🚀 ✨

Comparing Date Class in Java | Compare Dates Using before after equals ✨ Comparing Date Class in Java explained in a ...

3:45
🔥 Comparing Date Class in Java | Compare Dates Using before after equals 🚀 ✨

14 views

3 weeks ago

Solo Dev
LeetCode 3809 | Best Reachable Tower || Java | AC | Biweekly | Guide

Problem: https://leetcode.com/problems/best-reachable-tower/description/ Contest: ...

1:15
LeetCode 3809 | Best Reachable Tower || Java | AC | Biweekly | Guide

0 views

3 weeks ago

Kernel Queen 👑
Minimum Cost to Convert String II Leetcode 2977 | Java-Hindi

... #DataStructures #Algorithms #CodeWithMe #CodeWalkthrough #Developer #ProblemSolving #TechEducation #LearnCoding ...

23:56
Minimum Cost to Convert String II Leetcode 2977 | Java-Hindi

181 views

3 weeks ago

Kernel Queen 👑
Minimum Cost to Convert String I Leetcode 2976 | Java-Hindi

... #DataStructures #Algorithms #CodeWithMe #CodeWalkthrough #Developer #ProblemSolving #TechEducation #LearnCoding ...

9:20
Minimum Cost to Convert String I Leetcode 2976 | Java-Hindi

196 views

3 weeks ago

Vision Microtech
🔥 for Each Loop In Java | Enhanced For Loop Explained With Examples 🚀 ✨

for Each Loop In Java | Enhanced For Loop Explained With Examples ✨ For Each Loop in Java explained in a very easy and ...

2:57
🔥 for Each Loop In Java | Enhanced For Loop Explained With Examples 🚀 ✨

12 views

1 month ago

Mahesh Ahirwar
K Closest Points to Origin Explained | Priority Queue Approach

In this video, we solve the K Closest Points to Origin problem using multiple optimal approaches, including Heap (Priority Queue).

11:21
K Closest Points to Origin Explained | Priority Queue Approach

38 views

4 weeks ago

Vision Microtech
🔥 Primitive Data Types and Wrapper Classes in Java | Java Wrapper Class Explained 🚀 ✨

Primitive Data Types and Wrapper Classes in Java | Java Wrapper Class Explained ✨ Primitive Data Types and Wrapper ...

5:07
🔥 Primitive Data Types and Wrapper Classes in Java | Java Wrapper Class Explained 🚀 ✨

30 views

4 weeks ago

Solo Dev
LeetCode 3824 | Minimum K to Reduce Array Within Limit || Java | AC | Biweekly | Guide

Problem: https://leetcode.com/problems/minimum-k-to-reduce-array-within-limit/description/ Contest: ...

1:00
LeetCode 3824 | Minimum K to Reduce Array Within Limit || Java | AC | Biweekly | Guide

0 views

2 weeks ago

Engineering Essense
Leetcode | Best Time to Buy and Sell Stock Problem | Two Pointers Approach | Explained with Example

In this video, we'll solve a popular LeetCode problem – 'Best Time to Buy and Sell Stock Problem' – using Java. I'll walk you ...

11:24
Leetcode | Best Time to Buy and Sell Stock Problem | Two Pointers Approach | Explained with Example

14 views

3 weeks ago

Vision Microtech
🔥 Inheritance in Java | OOPs Concept Explained With Examples 🚀 ✨

Inheritance in Java | OOPs Concept Explained With Examples ✨ Inheritance in Java explained in a very easy and simple way ...

6:51
🔥 Inheritance in Java | OOPs Concept Explained With Examples 🚀 ✨

14 views

2 weeks ago

Ved Arya Tech
Java Strings & Arrays Tutorial in Hindi | 1D, 2D Array, Matrix & String Programs

In this video you will learn Java Arrays and Strings from beginner to intermediate level. Topics covered: • Introduction to Arrays ...

29:29
Java Strings & Arrays Tutorial in Hindi | 1D, 2D Array, Matrix & String Programs

58 views

2 weeks ago

Vision Microtech
🔥 Writing and Reading Files in Java | Read Write File Using Streams 🚀 ✨

Writing and Reading Files in Java | Read Write File Using Streams ✨ Writing and Reading Files in Java explained in a very ...

4:59
🔥 Writing and Reading Files in Java | Read Write File Using Streams 🚀 ✨

7 views

2 weeks ago

Mahesh Ahirwar
Find Median from Data Stream Explained | Min Heap + Max Heap | DSA Interview Problem

In this video, we solve the Find Median from Data Stream problem using the Two Heaps approach (Max Heap + Min Heap) to ...

16:40
Find Median from Data Stream Explained | Min Heap + Max Heap | DSA Interview Problem

49 views

3 weeks ago

Vision Microtech
🔥 Wrapper Classes and Methods in Java | Java Wrapper Class Methods Explained 🚀 ✨

Wrapper Classes and Methods in Java | Java Wrapper Class Methods Explained ✨ Wrapper Classes and Methods in Java ...

6:21
🔥 Wrapper Classes and Methods in Java | Java Wrapper Class Methods Explained 🚀 ✨

32 views

4 weeks ago

Mahesh Ahirwar
Reorganize String | Greedy + Max Heap | DSA Interview Problem

In this video, we solve the Reorganize String problem using a Greedy strategy with Max Heap (Priority Queue) to ensure that no ...

7:34
Reorganize String | Greedy + Max Heap | DSA Interview Problem

33 views

3 weeks ago

Kernel Queen 👑
Divide an Array Into Subarrays With Minimum Cost I - Leetcode 3010 | Java Hindi

... #DataStructures #Algorithms #CodeWithMe #CodeWalkthrough #Developer #ProblemSolving #TechEducation #LearnCoding ...

3:47
Divide an Array Into Subarrays With Minimum Cost I - Leetcode 3010 | Java Hindi

154 views

3 weeks ago

Kernel Queen 👑
Minimum Absolute Difference | Leetcode 1200 | Java-Hindi

... #DataStructures #Algorithms #CodeWithMe #CodeWalkthrough #Developer #ProblemSolving #TechEducation #LearnCoding ...

2:35
Minimum Absolute Difference | Leetcode 1200 | Java-Hindi

129 views

4 weeks ago