ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

73 results

Java
1B Rows with the Memory API - JEP Cafe #25

In this JEP Café episode, we take on the well-known '1 Billion Rows Challenge' and implement it using the standard Memory API ...

31:28
1B Rows with the Memory API - JEP Cafe #25

11,857 views

2 days ago

Durga Software Solutions
Java Memory Management Heap vs  Stack Explained Visually for Beginners

Understanding Java memory is the key to writing efficient and bug-free programs In this beginner-friendly video, we visually ...

6:08
Java Memory Management Heap vs Stack Explained Visually for Beginners

70 views

5 days ago

Mahesh Ahirwar
Minimum Cost of Ropes | Greedy + Min Heap | DSA Interview Problem

In this video, we solve the Minimum Cost of Ropes problem using the Greedy Algorithm with Min Heap (Priority Queue). This is a ...

7:11
Minimum Cost of Ropes | Greedy + Min Heap | DSA Interview Problem

29 views

2 days ago

Boomi Services and Support
Resolving Java Heap Space Error in Groovy Script for Excel to CSV Conversion

When attempting to convert an Excel file to CSV using a Groovy script, the process fails with a Java.lang.OutOfMemoryError: Java ...

1:52
Resolving Java Heap Space Error in Groovy Script for Excel to CSV Conversion

1 view

4 days ago

Mahesh Ahirwar
Kth Largest Element in an Array | Heap | DSA Interview Problem

In this video, we solve the Kth Largest Element in an Array problem using multiple optimal approaches, Heap (Priority Queue).

7:58
Kth Largest Element in an Array | Heap | DSA Interview Problem

8 views

19 hours ago

Community Coders
Sorting Techniques in Java | Bubble, Selection, Insertion, Merge, Quick & Heap Sort Explained

In this video, you will learn all major Sorting Techniques in Java with clear explanations and examples. We cover Bubble Sort, ...

21:24
Sorting Techniques in Java | Bubble, Selection, Insertion, Merge, Quick & Heap Sort Explained

6 views

7 days ago

CTO Bhaiya
Day 39/90 |⚡Heaps Pattern Explained (Theory + Intuition + Templates) - Part 1| DSA Pattern #6 #heap

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

1:08:32
Day 39/90 |⚡Heaps Pattern Explained (Theory + Intuition + Templates) - Part 1| DSA Pattern #6 #heap

770 views

3 days ago

Aniket Khaire - SDET
Why equals() Returns False Even When Data Is Same | How to override equals method | Java Memory

In this video, we deep dive into one of the most confusing Java interview topics: Where are Java objects stored? Why ...

6:12
Why equals() Returns False Even When Data Is Same | How to override equals method | Java Memory

26 views

5 days ago

SyntaxSageNik
LeetCode 347: Top K Frequent Elements - O(n) Bucket Sort Java! 🪣🚀😊👍

LeetCode 347 Top K Frequent! HashMap + Bucket Sort = O(n) magic. Insight: Buckets[freq] = nums! Scan high freq first. Heap O(n ...

5:44
LeetCode 347: Top K Frequent Elements - O(n) Bucket Sort Java! 🪣🚀😊👍

10 views

6 days ago

CodeLucky
Implement Min Heap Data Structure | Coding Interview Guide

Learn how to implement a Min Heap from scratch! 🏗️ In this video, we break down the concept of a Min Heap, a fundamental ...

4:27
Implement Min Heap Data Structure | Coding Interview Guide

0 views

6 days ago

CodeLucky
Find Median from Data Stream - Two Heap Pattern - LeetCode Hard Solution

Learn how to solve the 'Find Median from Data Stream' problem efficiently using the Two Heaps pattern! In this video, we break ...

4:17
Find Median from Data Stream - Two Heap Pattern - LeetCode Hard Solution

5 views

6 days ago

SyntaxSageNik
LeetCode 912: Sort an Array - Clean Merge Sort Java (O(n log n))! 🔄🚀😊👍

LeetCode 912 Sort an Array using Merge Sort! Stable divide-conquer. Divide → Conquer → Merge: Split halves recursively ...

6:49
LeetCode 912: Sort an Array - Clean Merge Sort Java (O(n log n))! 🔄🚀😊👍

2 views

7 days ago

CodeLucky
K-th Smallest Prime Fraction - LeetCode 786 - Python & Java Solution

Learn how to solve the K-th Smallest Prime Fraction problem (LeetCode 786) efficiently! In this video, we break down three ...

4:11
K-th Smallest Prime Fraction - LeetCode 786 - Python & Java Solution

2 views

6 days ago

CTO Bhaiya
Day 40/90 |⚡Heaps Pattern Explained (Theory + Intuition + Templates) - Part 2| DSA Pattern #6 #heap

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

22:11
Day 40/90 |⚡Heaps Pattern Explained (Theory + Intuition + Templates) - Part 2| DSA Pattern #6 #heap

689 views

2 days ago

J2TeamNNL Blog
Ngày 4/100 học Java - Heap & Stack

Link Server Discord: https://discord.gg/vyemWrws99 Link tổng hợp câu hỏi từ livestream https://bit.ly/j2school-qa #j2teamnnl.

1:09:36
Ngày 4/100 học Java - Heap & Stack

408 views

Streamed 1 day ago

Muhammad Sayeed Ghani
UNC: Data Structures - S26 - Lecture 3 (S2) - Storage of variables; IntellliJ Debugger

... Java primitives and reference types and today what we're going to do is go on from there and take a look at stack versus heap ...

1:09:51
UNC: Data Structures - S26 - Lecture 3 (S2) - Storage of variables; IntellliJ Debugger

13 views

16 hours ago

CodeLucky
Find K Pairs with Smallest Sums - LeetCode 373 - Visual Explanation

Learn how to efficiently solve the 'Find K Pairs with Smallest Sums' problem (LeetCode 373) using a Min-Heap (Priority Queue).

4:16
Find K Pairs with Smallest Sums - LeetCode 373 - Visual Explanation

0 views

6 days ago

Learning by Doing with Praveen Kandhan
Java String Programming Session 6 – String Literal & Memory Basics

Java String Programming | Session 6 – SCP Introduction In this video, we introduce basic memory concepts related to String ...

6:23
Java String Programming Session 6 – String Literal & Memory Basics

4 views

2 days ago

Backend Guruji
JVM Architecture Explained Simply | Java Internals | JVM Architecture in Java  Memory, ClassLoader .

Struggling to understand JVM Architecture? This video explains JVM Architecture in Java step-by-step using simple language, ...

7:35
JVM Architecture Explained Simply | Java Internals | JVM Architecture in Java Memory, ClassLoader .

0 views

2 days ago

Durga Software Solutions
Unveiling Java Collections ArrayList and LinkedList Demystified for Efficient Data

Java Collections make data handling powerful and efficient — but choosing the right one matters In this video, we demystify ...

6:15
Unveiling Java Collections ArrayList and LinkedList Demystified for Efficient Data

0 views

5 days ago