ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

101 results

TechEd Telugu
Most Students Fail This Java Array Question 😳 || Can You?#dsa #java #coding

Think before you run the code ⚠️ This Java array question looks simple, but it tricks most learners Comment your output ...

0:06
Most Students Fail This Java Array Question 😳 || Can You?#dsa #java #coding

220 views

2 days ago

Chetna Patankar
Myth 😳 in Java?#dsa #coding  #shorts #shortsfeed #ytshorts #java

The biggest lie about Java 2D Arrays Hum sochte hain 2D Array ek bada Box (Matrix) hai. But in C++, it is a continuous block of ...

0:25
Myth 😳 in Java?#dsa #coding #shorts #shortsfeed #ytshorts #java

10 views

5 days ago

TechEd Telugu
Find Maximum Element in an Array (Optimized Approach)|| Java Arrays Explained 🔥#dsa #arrays #coding

Finding the maximum element in an array is a core DSA concept every student must know. In this video, you'll learn: How to find ...

1:25
Find Maximum Element in an Array (Optimized Approach)|| Java Arrays Explained 🔥#dsa #arrays #coding

1,379 views

3 days ago

Java Dsa
NeetCode 250 Sheet Q1 | Concatenation of Array Explained in Hindi | Java

In this video, we solve Question 1 of the NeetCode 250 Sheet: Concatenation of Array. ✓ Java Solution ✓ Beginner-friendly ...

2:46
NeetCode 250 Sheet Q1 | Concatenation of Array Explained in Hindi | Java

6 views

6 days ago

codewithamod
Find Largest and Second Largest Element in Array | Java Interview Question | O(n) Solution

In this video, we solve a very popular Java interview question: Find the Largest and Second Largest element in an array.

1:33
Find Largest and Second Largest Element in Array | Java Interview Question | O(n) Solution

0 views

6 hours ago

CodeDhara
Learning Data Structures Be Like… 😭🔥 #shorts #youtubeshorts #viral #coding #datastructures #dsa

At first: Arrays are easy Then: Linked List… okay Then: Trees, Graphs, DP If you're learning DSA, this meme is 100% ...

0:07
Learning Data Structures Be Like… 😭🔥 #shorts #youtubeshorts #viral #coding #datastructures #dsa

3,876 views

6 days ago

The Learning Ledger
What is Linked List? Why It’s Better Than Array (Quick DSA)

What is a Linked List and why is it better than an Array? In this short video, I explain Linked List in simple terms and its key ...

0:25
What is Linked List? Why It’s Better Than Array (Quick DSA)

1,148 views

2 days ago

Crack-IT
💡Find the first non-repeating character in a string. #ytshorts #shorts #ytshortsindia

Find the first non-repeating character in a string. #ytshorts #shorts #ytshortsindia java first non repeating character one liner java ...

0:15
💡Find the first non-repeating character in a string. #ytshorts #shorts #ytshortsindia

261 views

21 hours ago

TechEd Telugu
Find the Missing Element in an Array | Java Logic Explained 💡#dsa #coding #java

In this video, you'll learn how to find the missing element in an array using a simple and efficient Java approach. This problem is ...

1:13
Find the Missing Element in an Array | Java Logic Explained 💡#dsa #coding #java

833 views

1 day ago

TechEd Telugu
Find Minimum Element in an Array (Optimized Approach)|| Java Arrays Explained 🔥#dsa #arrays #coding

In this video, you'll learn how to find the minimum element in an array using the most efficient approach. We cover: ✓ Logic to find ...

1:21
Find Minimum Element in an Array (Optimized Approach)|| Java Arrays Explained 🔥#dsa #arrays #coding

23 views

2 days ago

Mahesh Ahirwar
Two Sum | Pair Sum in O(N) Time Using HashMap | DSA Interview Question

Find two numbers in an array whose sum equals a target using an optimized HashMap approach. One of the most frequently ...

1:12
Two Sum | Pair Sum in O(N) Time Using HashMap | DSA Interview Question

659 views

3 days ago

Chetna Patankar
Asked in Amazon✅ #java #dsa #btech #students #shorts #shortsfeed #foryou

The "Staircase" Trick for 2D Arrays Body: Searching in a Row-wise and Column-wise sorted matrix? Don't use brute force ...

0:22
Asked in Amazon✅ #java #dsa #btech #students #shorts #shortsfeed #foryou

953 views

4 days ago

Engineering Marathi
Find Largest Element in an Array in 5 Seconds ⚡

This array question looks simple… but interviewers use it to test your logic & basics In this short, you'll learn: ✓ How to ...

1:41
Find Largest Element in an Array in 5 Seconds ⚡

110 views

5 days ago

Engineering Marathi
Find second largest element in an array

Day 17 — Daily Coding Challenge Largest element शोधणं easy आहे… पण SECOND largest? इथेच students ...

2:24
Find second largest element in an array

152 views

5 days ago

Pathshala IT Academy
Computer Instructor 2025 | DSA Class | Linked List |  Preparation for Exam | Online Classes

Computer Instructor 2025 | DSA Class | Linked List | Preparation for Exam | Online Classes computer instructor, data structures, ...

Upcoming
Computer Instructor 2025 | DSA Class | Linked List | Preparation for Exam | Online Classes

0 views

0

Crack-IT
💡Check if an array contains duplicates? #ytshorts #shorts #ytshortsindia

Check if an array contains duplicates? #ytshorts #shorts #ytshortsindia java one liner duplicate array check duplicate in array java ...

0:15
💡Check if an array contains duplicates? #ytshorts #shorts #ytshortsindia

266 views

1 day ago

spyder_shree
“Matrix ek illusion hai… aur 2D array tumhe wahi trap karta hai jahan 90% log galat sochte hain.” ⚠️

Shripad Katta, [23-12-2025 22:17] Most beginners imagine a 2D array as a matrix stored in memory. That assumption breaks ...

0:36
“Matrix ek illusion hai… aur 2D array tumhe wahi trap karta hai jahan 90% log galat sochte hain.” ⚠️

0 views

17 hours ago

Durga Software Solutions
Dictionaries Explained Simply | Power of Key–Value Storage | DSA with JAVA Cloud @ DURGASOFT

Every fast application depends on key–value logic! Learn Dictionaries in DSA with JAVA Cloud and store data like a pro using ...

0:26
Dictionaries Explained Simply | Power of Key–Value Storage | DSA with JAVA Cloud @ DURGASOFT

158 views

3 days ago

Lollipop
LeetCode 27 Remove Element | Java Solution (In-Place Array)

In this video, I solve LeetCode Problem 27 – Remove Element using Java. You are given an integer array and a value. The task is ...

1:54
LeetCode 27 Remove Element | Java Solution (In-Place Array)

0 views

6 days ago

spyder_shree
Java ArrayList Resizing Explained | ArrayList Internal Working (Resizing + Capacity)

Most people use ArrayList every day… but almost nobody understands what happens when it grows. This is one of the most ...

0:48
Java ArrayList Resizing Explained | ArrayList Internal Working (Resizing + Capacity)

0 views

1 day ago