ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

74 results

The Debug Zone
Java 8 Sort by Multiple Fields: A Guide to Sorting with Two Criteria

In this video, we delve into the powerful sorting capabilities introduced in Java 8, focusing on how to sort collections using multiple ...

1:47
Java 8 Sort by Multiple Fields: A Guide to Sorting with Two Criteria

4 views

1 month ago

Coding wala Shree
Sorting with Java Streams: Comparable vs Comparator

Java Streams Sorting (Part 4) – Real-Project Example! Learn how to sort data using Java 8 Stream API in a real-world ...

24:54
Sorting with Java Streams: Comparable vs Comparator

450 views

9 months ago

King Kodes
Merging Customer Data for Market Analysis using JAVA

A program that merges two sets of customer data, each sorted by customer ID, into a single, combined dataset also sorted by ...

1:05:43
Merging Customer Data for Market Analysis using JAVA

4 views

7 months ago

The Debug Zone
Java ListInteger Sorting with Comparator: Handling Overflow Issues

In this video, we delve into the intricacies of sorting a Java List of integers using a Comparator, with a particular focus on handling ...

3:06
Java ListInteger Sorting with Comparator: Handling Overflow Issues

1 view

3 months ago

Peter Schneider
Codereview: Benchmarking in Java some super linearithmic sorting algorithms

Benchmarking in Java some super linearithmic sorting algorithms I hope you found a solution that worked for you :) The Content is ...

3:13
Codereview: Benchmarking in Java some super linearithmic sorting algorithms

1 view

1 month ago

Cave of Programming
Lists - Sorting, Filtering and Mapping: Kotlin for Complete Beginners 047

A closer look at creating lists, and how to sort, filter and map your lists. Github: https://github.com/caveofprogramming/Kotlin Free ...

11:04
Lists - Sorting, Filtering and Mapping: Kotlin for Complete Beginners 047

153 views

8 months ago

Logic To Life
Sort Elements by Frequency : Java

Given an array of integers arr[], sort the array according to the frequency of elements, i.e. elements that have higher frequency ...

7:53
Sort Elements by Frequency : Java

4 views

4 months ago

Peter Schneider
minimum operations to find sort order

minimum operations to find sort order I hope you found a solution that worked for you :) The Content is licensed under ...

2:34
minimum operations to find sort order

0 views

9 months ago

Nida Karagoz
Correct sorting in Java for all languages (including e.g. CS)

Correct sorting in Java for all languages (including e.g. CS) ✧ I really hope you found a helpful solution! ♡ The Content is ...

2:34
Correct sorting in Java for all languages (including e.g. CS)

0 views

8 months ago

The Debug Zone
Sorting a List with Unknown Comparators: Techniques and Solutions Explained

In this video, we delve into the intriguing challenge of sorting lists when the comparators are unknown. Whether you're dealing ...

1:32
Sorting a List with Unknown Comparators: Techniques and Solutions Explained

0 views

1 month ago

Peter Schneider
Codereview: Custom RowSorter that sorts a Swing table containing data with unit suffixes

Custom RowSorter that sorts a Swing table containing data with unit suffixes I hope you found a solution that worked for you :) The ...

5:19
Codereview: Custom RowSorter that sorts a Swing table containing data with unit suffixes

10 views

9 months ago

ICSE Success Zone
Sorting Names in Dictionary Order | Java Program | ICSE Class 10

In this video, we explain a Java program that sorts ten names in dictionary order (alphabetical order) using the Bubble Sort ...

18:40
Sorting Names in Dictionary Order | Java Program | ICSE Class 10

56 views

10 months ago

The Debug Zone
Custom Sorting Objects in a List: Techniques and Examples for Developers

In this video, we dive into the essential techniques for custom sorting objects in a list, a crucial skill for developers looking to ...

2:20
Custom Sorting Objects in a List: Techniques and Examples for Developers

19 views

4 months ago

Nida Karagoz
Why is processing a sorted array faster than processing an unsorted array? (4 SOLUTIONS!!)

Why is processing a sorted array faster than processing an unsorted array? (4 SOLUTIONS!!) ✧ I really hope you found a helpful ...

3:44
Why is processing a sorted array faster than processing an unsorted array? (4 SOLUTIONS!!)

0 views

9 months ago

The Debug Zone
Sorting a List of TreeSets in Java 8 Using Streams: A Step-by-Step Guide

In this video, we dive into the powerful features of Java 8, focusing on how to sort a list of TreeSets using Streams. Whether you're ...

3:48
Sorting a List of TreeSets in Java 8 Using Streams: A Step-by-Step Guide

5 views

11 months ago

The Debug Zone
Efficiently Calculate Sum of Kth Element in Sorted Sub-array from L to R

In this video, we delve into an efficient method for calculating the sum of the Kth element in a sorted sub-array, specifically ...

1:59
Efficiently Calculate Sum of Kth Element in Sorted Sub-array from L to R

2 views

9 months ago

Peter Schneider
Is there an algorithm for shuffling objects in an array randomly WITHOUT utilizing Lists and Coll...

Is there an algorithm for shuffling objects in an array randomly WITHOUT utilizing Lists and Collections I hope you found a solution ...

4:07
Is there an algorithm for shuffling objects in an array randomly WITHOUT utilizing Lists and Coll...

5 views

10 months ago

Coding wala Shree
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

Java Stream API Terminal Operations Explained In this video, we explore 5 powerful terminal operations in the Java Stream API: ...

21:54
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

85 views

6 months ago

CTO Bhaiya
Sorting-19 | 2343. Query Kth Smallest Trimmed Number (Brute) | 🔥 Beginner, Medium & Advanced Level

JOIN MY WHATSAPP COMMUNITY FOR UPDATES: https://chat.whatsapp.com/BTlYJt2pCxj1m3H4aJZOGX Support me 🙌🏻: https://www ...

18:39
Sorting-19 | 2343. Query Kth Smallest Trimmed Number (Brute) | 🔥 Beginner, Medium & Advanced Level

145 views

7 months ago

Hao-Wen (Herman) Dong 董皓文
Lecture 7: Lists & Data I/O (Creative Coding, Fall 2025)

Creative Coding (PAT 204/504), University of Michigan, Fall 2025 Slides: ...

1:12:33
Lecture 7: Lists & Data I/O (Creative Coding, Fall 2025)

9 views

2 months ago

The Debug Zone
How to Count Duplicate Elements in ArrayList: A Step-by-Step Guide

In this video, we'll explore a common challenge in programming: counting duplicate elements in an ArrayList. Whether you're a ...

4:58
How to Count Duplicate Elements in ArrayList: A Step-by-Step Guide

35 views

11 months ago

Shreyan Nag Computer Classes
Data Structure With Animations

Data Structure With Animations https://yongdanielliang.github.io/animation/animation.html.

2:18
Data Structure With Animations

25 views

3 weeks ago

Sophia Wagner
Codereview: Selecting kids for a Christmas play with similar heights

Selecting kids for a Christmas play with similar heights Hey guys! Hopefully you found a solution that helped you! The Content is ...

5:21
Codereview: Selecting kids for a Christmas play with similar heights

0 views

6 months ago

Peter Schneider
Count actual replacements

Count actual replacements I hope you found a solution that worked for you :) The Content is licensed under ...

3:41
Count actual replacements

0 views

9 months ago

Coding wala Shree
Stream API Part 5 Recap   distinct, peek, limit and skip operations

Java Stream API Recap! In this YouTube Shorts, revisit key intermediate operations: ✓ distinct() – Remove duplicates ✓ peek() ...

1:51
Stream API Part 5 Recap distinct, peek, limit and skip operations

79 views

8 months ago