ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

151 results

Anshul Yadav
Java Developer Roadmap | Step-by-Step Guide to Become a Java Backend Developer #webdevelopment #java

... apna college coders gyan java coding tips competitive programming tutorial dsa java dsa tutorial how to be a good programmer ...

8:15
Java Developer Roadmap | Step-by-Step Guide to Become a Java Backend Developer #webdevelopment #java

126 views

4 months ago

TechByAbhay
DSA for Placements & Interviews | How to Start DSA from Scratch (Java & Kotlin) | Hindi

Are you confused about Data Structures and Algorithms (DSA) and don’t know where to start? In this video, I explain DSA from ...

12:37
DSA for Placements & Interviews | How to Start DSA from Scratch (Java & Kotlin) | Hindi

143 views

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

99,368 views

3 months ago

TechByAbhay
Time and Space Complexity Explained | DSA | Java & Kotlin

In this video, we will understand Time Complexity and Space Complexity in Data Structures and Algorithms (DSA) with very ...

9:40
Time and Space Complexity Explained | DSA | Java & Kotlin

105 views

9 days 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,055 views

5 years ago

Shubham Aher
Remove Element | LeetCode DSA Problem Explained | Arrays Interview Question | Python, Java, C++

In this video, we solve the “Remove Element” problem from LeetCode — a popular array-based DSA question that frequently ...

5:56
Remove Element | LeetCode DSA Problem Explained | Arrays Interview Question | Python, Java, C++

82 views

4 months 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)

7,815 views

2 months ago

TechByAbhay
Pyramid Pattern Program in Java | Must-Know for Interviews 🔥

Master the Pyramid Pattern Program in Java with this quick and easy explanation! 🔥 This pattern is one of the most frequently ...

16:11
Pyramid Pattern Program in Java | Must-Know for Interviews 🔥

75 views

1 month ago

Padho with Pratyush
All Your DSA Doubts Answered in 10 Minutes | Best Language | Syntax | Is DSA Necessary in 2026

Hye in this video i answer all your questions about dsa in 2026 Syntax issue contests on leetcode codechef using ai for dsa is dsa ...

12:19
All Your DSA Doubts Answered in 10 Minutes | Best Language | Syntax | Is DSA Necessary in 2026

5,469 views

5 days ago

Shubham Aher
First Unique Character in  a String | LeetCode DSA Problem Explained | Coding  (Java, Python, C++)

In this video, we solve the classic “First Unique Character in a String” problem — a frequently asked DSA / Coding Interview ...

5:47
First Unique Character in a String | LeetCode DSA Problem Explained | Coding (Java, Python, C++)

131 views

5 months ago

Shubham Aher
Find Minimum in Rotated Sorted Array | Binary Search DSA Problem Explained with Code & Logic

Learn how to solve one of the most asked binary search problems in coding interviews! In this video, we solve the classic “Find ...

7:03
Find Minimum in Rotated Sorted Array | Binary Search DSA Problem Explained with Code & Logic

233 views

5 months ago

Jasmeen Kaur
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Welcome to Day 12 of my DSA journey 🚀 In this video, I explain two important Binary Tree traversal techniques that are ...

5:16
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

676 views

1 month ago

TechByAbhay
Diamond Pattern in Java 🔷 | Star Pattern Program | Ask Interview | Hindi

🔥 Want to master pattern programs in Java? In this video, we will learn how to print a 🔷 Diamond Shape Pattern using Java ...

15:35
Diamond Pattern in Java 🔷 | Star Pattern Program | Ask Interview | Hindi

91 views

1 month ago

Hustle with Omkar
Don't Touch DSA Until You Watch This! [2026 Edition]

Don't Touch DSA Until You Watch This! [2026 Edition] The BEST Way to Start DSA in 2026 | Don't Waste Time! How I'd Start DSA ...

7:15
Don't Touch DSA Until You Watch This! [2026 Edition]

91 views

2 months ago

Simranjit Kaur
How I Revised Arrays  🔥 Finally  Done| My DSA Flashcards Method 💪

Hey everyone In this video, I've finally completed my Arrays revision from my DSA preparation journey! I'll show you how I ...

11:38
How I Revised Arrays 🔥 Finally Done| My DSA Flashcards Method 💪

200 views

2 months ago

Shubham Aher
Roman to Integer | LeetCode Problem Explained | DSA Interview Prep in Python, Java, C++

In this video, we solve the famous “Roman to Integer” problem — a top-rated DSA interview question frequently asked in coding ...

5:42
Roman to Integer | LeetCode Problem Explained | DSA Interview Prep in Python, Java, C++

74 views

4 months ago

Vishal Codes
Programming Basics for DSA in 1 video | okka video lo Programming Basics! | Vishal Codes

Say goodbye to boring, complex programming lectures! In this video, we break down Programming Basics using real-life ...

15:57
Programming Basics for DSA in 1 video | okka video lo Programming Basics! | Vishal Codes

266 views

4 days ago

TechByAbhay
Three Pattern In One Video | Logic Building | Pattern Programs | TechByAbhay 🚀

TechByAbhay 🚀 | Java • Kotlin • Android • DSA in Hindi Welcome to TechByAbhay – a Hindi programming channel focused on Java ...

8:57
Three Pattern In One Video | Logic Building | Pattern Programs | TechByAbhay 🚀

136 views

1 month ago

Suresh techs
Why I’m Leaving YouTube… (Final Upload)

👉 Python 11 hours complete course: https://youtu.be/hXN0JBWIya8 👉 JavaScript 30 hours complete course: https://youtu.be ...

5:14
Why I’m Leaving YouTube… (Final Upload)

17,189 views

9 months ago

DSA Code Club
1 Binary Search - Leetcode 69 Sqrt(x) - Java

Problem: Given a non-negative integer x, return the square root of x rounded down to the nearest integer. The returned integer ...

13:47
1 Binary Search - Leetcode 69 Sqrt(x) - Java

30 views

2 years ago