ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,421 results

Java Challengers
Engineering Mindset: How Top Java Developers Think and Solve Problems - Live #3

Are you a Java developer or a software engineer? The distinction is crucial, and it's the difference between a stagnant career and ...

43:19
Engineering Mindset: How Top Java Developers Think and Solve Problems - Live #3

1,088 views

9 months ago

Codebagel
How to Solve ANY LeetCode Problem (Step-by-Step)

You can solve ANY coding interview problem - you just need a step-by-step approach. In this video, I'll show you a formula for ...

12:37
How to Solve ANY LeetCode Problem (Step-by-Step)

574,923 views

1 year ago

Anthony D. Mays
How to Solve ANY Coding Interview Question in 6 Steps

Struggling with technical interviews? In this video, I'll teach you the 6-step strategy I give to all of my clients and students to help ...

12:33
How to Solve ANY Coding Interview Question in 6 Steps

65,894 views

9 months ago

Code Munchies
Backtracking Algorithm in 120 Seconds

Today we explore 90. Subsets II where we explore a backtracking algorithm in coding. Don't miss the opportunity to learn about ...

2:48
Backtracking Algorithm in 120 Seconds

34,061 views

2 years ago

Udacity
Introduction to Programming - Problem Solving with Java

https://www.udacity.com/course/cs046 In this class, you will learn basic skills and concepts of computer programming in an ...

0:56
Introduction to Programming - Problem Solving with Java

119,908 views

12 years ago

Sahil & Sarra
This video will change the way you think when coding

"How to learn coding efficiently", this is a question that haunts many self taught programmers. In this video, I will answer this ...

7:59
This video will change the way you think when coding

333,599 views

2 years ago

Java
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

In this JEP Café, we will use a lot of the new features added to the JDK in the context of the Data Oriented Programming support: ...

34:10
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

29,469 views

1 year ago

Back To Back SWE
The Backtracking Blueprint: The Legendary 3 Keys To Backtracking Algorithms

0/1 Code & Problem Statement ...

13:44
The Backtracking Blueprint: The Legendary 3 Keys To Backtracking Algorithms

548,967 views

6 years ago

Programming with Mosh
Java Full Course for Beginners

Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes ...

2:30:48
Java Full Course for Beginners

13,575,571 views

6 years ago

freeCodeCamp.org
10 Common Coding Interview Problems - Solved!

Preparing for coding interviews? Competitive programming? Learn to solve 10 common coding problems and improve your ...

2:10:50
10 Common Coding Interview Problems - Solved!

651,210 views

4 years ago

Inside code
How to solve (almost) any binary tree coding problem

Learn graph theory algorithms: https://inscod.com/graphalgo ⚙ Learn dynamic programming: https://inscod.com/dp_course ...

4:20
How to solve (almost) any binary tree coding problem

290,211 views

5 years ago

Fullstack Academy
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem

Whiteboard Coding Interviews: A 6 Step Process to Solve Any Problem Check out the full transcript here: ...

15:18
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem

403,878 views

6 years ago

freeCodeCamp.org
Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

Learn how to use Dynamic Programming in this course for beginners. It can help you solve complex programming problems, such ...

5:10:02
Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

4,635,950 views

5 years ago

Tech learner🫆
Master these DSA Problem Solving Strategies to ace the coding interview | Java script DSA course

In this video, "Master these DSA Problem Solving Strategies and unlock your coding potential!" we dive deep into the essential ...

1:00:55
Master these DSA Problem Solving Strategies to ace the coding interview | Java script DSA course

15 views

1 year ago

freeCodeCamp.org
Graph Algorithms Crash Course (with Java)

Learn how to use the graph data structures in this full tutorial for beginners. A Graph data structures is a non-linear data structure ...

1:41:11
Graph Algorithms Crash Course (with Java)

122,301 views

3 years ago

Sahil & Sarra
I solved 541 Leetcode problems. But you need only 150.

1. How to use Leetcode effectively? 2. How to learn Data Structures and Algorithms? 3. How to use Leetcode solutions? 4.

7:42
I solved 541 Leetcode problems. But you need only 150.

2,539,734 views

3 years ago

Bro Code
Java Math class 📐【6 minutes】

Java Math class #Java #Math #class Math.max(x,y) Math.min(x,y) Math.abs(y) Math.sqrt(x) Math.round(x) Math.ceil(x) Math.floor(x) ...

6:12
Java Math class 📐【6 minutes】

128,681 views

5 years ago

Sahil & Sarra
How I make HARD coding problems look EASY

Try my free email crash course to crush technical interviews: https://instabyte.io/ 1. How to crack coding interviews? 2. How to ...

8:04
How I make HARD coding problems look EASY

153,504 views

2 years ago

Udacity
Problem Solved? - Developing Scalable Apps with Java

This video is part of an online course, Developing Scalable Apps with Java. Check out the course here: ...

2:35
Problem Solved? - Developing Scalable Apps with Java

6,928 views

11 years ago

DeCode with Shreyas
Pangrams Hackerrank Solution In Java | Week 1 | Interview Kit | Problem Solving(Basic)

Today we will solve pangram problem. Basically A pangram is a string that contains every letter of the alphabet. If string is ...

2:17
Pangrams Hackerrank Solution In Java | Week 1 | Interview Kit | Problem Solving(Basic)

396 views

1 year ago

DeCode with Shreyas
Plus Minus Hackerrank Solution In Java | Week 1 | Interview Kit | Problem Solving ( Basic)

Content Description ⭐️ ** Plus Minus Challenge on HackerRank ** In this video, we'll tackle the "Plus Minus" challenge on ...

3:31
Plus Minus Hackerrank Solution In Java | Week 1 | Interview Kit | Problem Solving ( Basic)

833 views

2 years ago

Profound Academy
Sliding Window Technique

The Sliding Window technique is a key tool in algorithmic problem-solving that can significantly speed up calculations and ...

6:18
Sliding Window Technique

97,755 views

2 years ago

DeCode with Shreyas
Flipping Bits Hackerrank Solution In Java | Week 1 | Interview Kit | Problem Solving ( Basic)

Flipping Bits Challenge on HackerRank ** Flipping Bits Problem Explained & Solved in Java (Clear & Efficient!) Problem ...

3:15
Flipping Bits Hackerrank Solution In Java | Week 1 | Interview Kit | Problem Solving ( Basic)

791 views

1 year ago

Bro Code
Java if statements 🚧【6 minutes】

java if statements #Java #if #statements.

6:12
Java if statements 🚧【6 minutes】

221,206 views

5 years ago

Anuj Kumar Sharma
Do This To Improve Your Programming Logic By 199% in 30 Days 🔥 Problem-Solving Skills Improvement 🔥

Hey guys, In this video, We're going to discuss how you can Improve your Programming Logic in 30 days. Join our Telegram ...

18:18
Do This To Improve Your Programming Logic By 199% in 30 Days 🔥 Problem-Solving Skills Improvement 🔥

816,230 views

4 years ago