ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

42 results

vlogize
Finding the Minimum Value in Circular Array Queue: A Guide for Java Developers

Learn to efficiently find the closest city in a circular array queue using the `findNextCity` method in Java. This guide simplifies the ...

1:46
Finding the Minimum Value in Circular Array Queue: A Guide for Java Developers

0 views

4 months ago

vlogize
Solving the Problem of Circular Array Queue Not Adding Values in Java

Discover why your `Circular Array Queue` isn't adding the last inputted value and learn how to fix it with clear steps in Java.

2:08
Solving the Problem of Circular Array Queue Not Adding Values in Java

0 views

8 months ago

vlogize
Solving Circular Array Input Problems in Java

Discover how to effectively use a circular array in Java to handle user inputs and print the last 10 numbers efficiently. --- This video ...

2:15
Solving Circular Array Input Problems in Java

3 views

8 months ago

vlogize
How to Fix Your Circular Queue toString() Method in Java

Learn how to correctly implement the `toString()` method for your circular queue in Java, ensuring it accurately represents the ...

1:44
How to Fix Your Circular Queue toString() Method in Java

2 views

8 months ago

ujjwal painuly edit
Circular array logic in Java Safe modulo explained.((i + nums[i]) % n + n) % n

In this video, I explain a circular array problem that is frequently asked in coding interviews and on LeetCode. We are given an ...

2:51
Circular array logic in Java Safe modulo explained.((i + nums[i]) % n + n) % n

0 views

12 days ago

CodeLucky
Next Greater Element II (Circular Array) - LeetCode 503 Explanation

Learn how to solve the 'Next Greater Element II' problem efficiently! In this video, we explore how to find the next greater ...

3:42
Next Greater Element II (Circular Array) - LeetCode 503 Explanation

12 views

1 month ago

Fogy Free
3423 Maximum Difference Between Adjacent Elements in a Circular Array

3423 Maximum Difference Between Adjacent Elements in a Circular Array. This Java code finds the largest difference between ...

0:19
3423 Maximum Difference Between Adjacent Elements in a Circular Array

4 views

8 months ago

GFG Solutions
#571 Maximum Difference Between Adjacent Elements in a Circular Array | GFG Solutions | 12-06-2025

571 Maximum Difference Between Adjacent Elements in a Circular Array | Leetcode POTD | GFG Solutions | 12-06-2025 Problem ...

0:41
#571 Maximum Difference Between Adjacent Elements in a Circular Array | GFG Solutions | 12-06-2025

6 views

8 months ago

codingX krishna
3423. Maximum Difference Between Adjacent Elements in a Circular Array

Given a circular array, the goal is to find the maximum absolute difference between any two adjacent elements. Remember, since ...

2:09
3423. Maximum Difference Between Adjacent Elements in a Circular Array

48 views

8 months ago

vlogize
Understanding Thread Safety in Java's RingBuffer: A Close Look at poll() and offer() Methods

Dive into the concept of thread safety in Java with a focus on arrays in a RingBuffer implementation. This guide explains how ...

2:06
Understanding Thread Safety in Java's RingBuffer: A Close Look at poll() and offer() Methods

8 views

8 months ago

NextoriaTech
Stacks & Queues in DSA Explained | Full ppt in video with examples and coded | From zero to..🧾💻⌨️

... queue explained stack and queue in java dsa for beginners java data structures dsa interview questions circular queue priority ...

0:46
Stacks & Queues in DSA Explained | Full ppt in video with examples and coded | From zero to..🧾💻⌨️

18 views

3 months ago

MindCodeTerux
Stage 1 : Getting Started with DSA

Data Structures: - Arrays, Strings, Linked Lists - Stack, Queue, Circular Queue, Deque Sorting Algorithms: - Bubble, Selection, ...

0:25
Stage 1 : Getting Started with DSA

18 views

9 months ago

CodeLucky
Maximum Sum Circular Subarray - Kadane's Algorithm Explained

Learn how to solve the Maximum Sum Circular Subarray problem efficiently! In this video, we break down the logic behind ...

3:56
Maximum Sum Circular Subarray - Kadane's Algorithm Explained

14 views

1 month ago

CodeTwist
implementation of deque using circular array

Get Free GPT4.1 from https://codegive.com/e249d1d ## Implementing a Deque using a Circular Array: A Detailed Tutorial A ...

1:20
implementation of deque using circular array

6 views

7 months ago

Said Brbakh
شرح نظام الطوابير Queues في Java | مشروع عملي يشمل Simple, Circular, Priority, DequeUntitled

في هذا الفيديو سنقوم ببناء نظام متكامل يطبق أنواع مختلفة من الطوابير (Queues) باستخدام لغة Java، وفقاًً لمبادئ هياكل البيانات ...

3:47
شرح نظام الطوابير Queues في Java | مشروع عملي يشمل Simple, Circular, Priority, DequeUntitled

4 views

3 weeks ago

GFG Solutions
#732 GFG POTD | Next Greater Element in Circular Array | GFG Solutions | 18-09-2025

732 GFG POTD | Next Greater Element in Circular Array | GFG Solutions | 18-09-2025 For Code File Click On The Link ...

0:50
#732 GFG POTD | Next Greater Element in Circular Array | GFG Solutions | 18-09-2025

50 views

4 months ago

vlogize
Understanding the Inner Workings of ArrayDeque Operations in Java

Delve into the internal mechanics of `ArrayDeque` in Java, exploring how it manages additions and removals through circular ...

2:12
Understanding the Inner Workings of ArrayDeque Operations in Java

5 views

6 months ago

CodeGuru
circular dependencies of threads leading to a deadlock

Get Free GPT4.1 from https://codegive.com/8c739e2 ## Circular Dependencies and Deadlocks in Multithreading: A Detailed ...

1:14
circular dependencies of threads leading to a deadlock

8 views

8 months ago

Numerade Mathematics
Use the template to show the different operations of Queue DS, by using: a) Queue interface (from J…

Use the template to show the different operations of Queue DS, by using: a) Queue interface (from JCF): gt; ONE JAVA CLASS ...

0:33
Use the template to show the different operations of Queue DS, by using: a) Queue interface (from J…

0 views

8 months ago

NewsCraft Studio (by JKS)
Max Circular Subarray Sum solved in JS | GfG | POTD | Streak 237 | Fri, 25 Jul 2025 | NCS

You are given a circular array arr[] of integers, find the maximum possible sum of a non-empty subarray. In a circular array, the ...

3:57
Max Circular Subarray Sum solved in JS | GfG | POTD | Streak 237 | Fri, 25 Jul 2025 | NCS

110 views

6 months ago