ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

49 results

King Kodes
Analyzing Financial Growth Trends with JAVA

A simple Java utility to square and sort growth percentage data in O(n) time using a two-pointer approach. #applicationdeveloper ...

55:42
Analyzing Financial Growth Trends with JAVA

1 view

6 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

5 months ago

Technical Deep
Java Made Easy: Arrange Arrays in Ascending Order Fast!

Java Made Easy: Arrange Arrays in Ascending Order Fast! Learn how to arrange arrays in ascending order quickly and efficiently ...

2:59
Java Made Easy: Arrange Arrays in Ascending Order Fast!

13 views

5 months ago

King Kodes
Implementing the Comparable Interface in Java (Pt.1)

Understanding and implementing the Comparable interface in Java to sort custom objects. #applicationdeveloper ...

23:19
Implementing the Comparable Interface in Java (Pt.1)

5 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

8 months ago

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

... safe :) If anything is off, please write me at peter D.O.T schneider A.T ois42.de array sorting algorithm java comparative-review.

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

1 view

1 month 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
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

10 months ago

King Kodes
Implementing and Analyzing Selection Sort

A deep understanding of the Selection Sort algorithm through practical implementation, testing, and analysis.

33:03
Implementing and Analyzing Selection Sort

4 views

6 months ago

The Debug Zone
Understanding BigInteger: Difference Between bitCount() and bitLength()

In this video, we delve into the fascinating world of Java's BigInteger class, focusing specifically on two important methods: ...

4:08
Understanding BigInteger: Difference Between bitCount() and bitLength()

7 views

11 months ago

Nevin Williams
In-Place Merge Sort visualizer in Processing 4.3.3

A sorting visualization of In-Place Merge Sort, done in Processing 4.3.3. Instead of having all the lines corresponding to the 1D ...

0:41
In-Place Merge Sort visualizer in Processing 4.3.3

479 views

9 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

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

Coding with Minmer
Custom Sort String || Leetcode 791 || 1 Variant & Follow-up Question Meta Actually Asks

Discover the actual variant & follow-up question that Meta asks on Leetcode problem 791: Custom Sort String. Timestamps: 00:00 ...

22:00
Custom Sort String || Leetcode 791 || 1 Variant & Follow-up Question Meta Actually Asks

5,143 views

10 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

Coding with Minmer
Find First & Last Position of Element in Sorted Array || Leetcode 34 || 2 Variants Big Tech Asks

Discover the actual variants Meta asks on Leetcode problem 34: Find First and Last Position of Element in Sorted Array.

23:55
Find First & Last Position of Element in Sorted Array || Leetcode 34 || 2 Variants Big Tech Asks

6,147 views

10 months 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

155 views

8 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

King Kodes
Implementing the Comparable Interface in Java (Pt.2)

Understanding and implementing the Comparable interface in Java to sort custom objects. #applicationdeveloper ...

3:13
Implementing the Comparable Interface in Java (Pt.2)

0 views

9 months ago

Owen Wu
Adjacent Increasing Subarrays Detection I

Leetcode #3349.

2:57
Adjacent Increasing Subarrays Detection I

49 views

7 months ago