Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
104 results
Want to sort your data easily? ⬆️ Learn how to use sorts in arrays in Java using Arrays.sort() and custom logic for ascending ...
7 views
7 months ago
Want to sort an array in Java the easy way? ✨ In this quick tutorial, you'll learn how to sort arrays in Java 2025 using the built-in ...
6 months ago
Java Program: Sorting & Removing Elements from an ArrayList In this video, we explore a simple yet powerful Java program ...
29 views
11 months ago
Want to sort a Map by its values in Java? In this video, learn how to sort map values in Java 2025 using Stream, ...
15 views
Stop creating endless variables like name1, name2, and name3. This common beginner mistake is inefficient, messy, and ...
14 views
2 months ago
I will upload the video for problem 3510 tomorrow, regardless of whether it is the daily LeetCode problem. Thank you :) Problem ...
315 views
3 weeks ago
Want to find the second largest number in a Java array? This quick tutorial shows you how to loop through elements, ...
9 views
Problem Link: https://leetcode.com/problems/minimum-pair-removal-to-sort-array-ii/ Solution Link: ...
529 views
Find Min & Max in Array (Sorting Method) | DSA Problem #1/375 Welcome to DSA 375 – your ultimate guide to mastering 375 key ...
39 views
10 months ago
Want to sort characters in Java easily? In this video, I'll show you how to arrange characters in ascending order using a ...
3 views
4 months ago
This video presents selected excerpts from the Arabic edition of "Think Data Structures" — titled "هياكل البيانات للمبرمجين", ...
30 views
3 months ago
This code solves LeetCode 75: Sort Colors using the Dutch National Flag algorithm. In simple words: You are given an array ...
Radix sort is older than the computer yet quicker than quick sort. Why aren't we all using it? Check out ...
339,855 views
5 months ago
This series of videos is suitable for programmers with minimal (or no) programming experience who want to learn Java. This is the ...
103 views
9 months ago
Want to sort strings from Z to A in Java? In this video, I'll show you a simple method to arrange strings in descending order ...
22 views
🎯 Master All Sorting Algorithms in Java | Complete Guide for Beginners to Advanced Welcome to Lifetime Mentor – your one-stop ...
676 views
In this video, we solve the LeetCode problem “Remove Duplicates from Sorted Array” using a simple loop and if-condition ...
35 views
1 month ago
200 views
QuickSort explained in 7 minutes with working code in java Merge sort: https://youtu.be/23BSqYuYbTk Selection sort: ...
13 views
In this video, we tackle the classic Merge Two Sorted Arrays problem from LeetCode and explore multiple solutions step by step, ...
415 views