ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,192 results

Code with Nakov | SoftUni Global
Problem Solving in Programming - An Essential Guide [Dev Concepts #41]

Problem solving and algorithmic (logical) thinking are essential for every developer. In this video, you will learn about these and ...

1:47:45
Problem Solving in Programming - An Essential Guide [Dev Concepts #41]

10,979 views

3 years ago

Chris Mayfield
Tracing code by hand

Drawing tables on paper; DrJava debugger https://w3.cs.jmu.edu/mayfiecs/cs149/

10:08
Tracing code by hand

129,774 views

10 years ago

Yoyo Education
Object Oriented Programming in Java (OOP) | Full Course

There are 4 Courses in this Specialization ⭐️This video covers course number 1 and 2. (1) Java Programming: Solving ...

9:35:13
Object Oriented Programming in Java (OOP) | Full Course

467 views

3 years ago

A1 JOBS
A. Lame King  codeforces java solution

A. Lame King time limit per test1 second memory limit per test512 megabytes inputstandard input outputstandard output You are ...

0:04
A. Lame King codeforces java solution

1,190 views

2 years ago

Akhil Kokani
#1 - Problem Statement — Solving Problem Statements (by VTU) using Java

Hey Guys! In this video we will be solving our first problem statement i.e., Part A — Create a Java class called Student with the ...

46:20
#1 - Problem Statement — Solving Problem Statements (by VTU) using Java

3,352 views

7 years ago

TokyoEdtech
Problem Solving And Iteration

This video talks about problem-solving using loops. It goes without saying that you cannot code a solution until you understand ...

18:11
Problem Solving And Iteration

353 views

6 years ago

PyCon SG
Learning programming and problem solving through solving algorithm problems - Education Summit 2018

Speaker: Mr Lee Tsung-Hsien, Staff Software Engineer at Toyota Research Institute, co-author of Elements of Programming ...

28:37
Learning programming and problem solving through solving algorithm problems - Education Summit 2018

127 views

7 years ago

A1 JOBS
A. Lame King  codeforces java solution

A. Lame King time limit per test1 second memory limit per test512 megabytes inputstandard input outputstandard output You are ...

0:09
A. Lame King codeforces java solution

158 views

2 years ago

media.ccc.de
Johannes Bechberger: Do you trust profilers? I once did too

https://media.ccc.de/v/gpn21-98-do-you-trust-profilers-i-once-did-too Profilers are great tools in your toolbox, like debuggers, ...

32:03
Johannes Bechberger: Do you trust profilers? I once did too

1,890 views

2 years ago

Engineering Community
Problem Solving Challenge for Java Community - kick-off meeting

... best congratulations second step is to join our problem solving for java workplace event page there will be updates discussions ...

1:11:38
Problem Solving Challenge for Java Community - kick-off meeting

130 views

4 years ago

Code with Dreamy
Problem Solving for Developers - JavaScript

Just like any other skill, problem solving takes practice to apply and master. Many developers think that becoming a better ...

1:04
Problem Solving for Developers - JavaScript

387 views

3 years ago

Code with Nakov | SoftUni Global
[6/9] Java Basics Tutorial – Advanced Conditional Statements

... 04:29 Nested Conditional Statements 27:25 Logical Operators 48:40 Switch Case 59:59 Problem Solving 02:11:22 Next Steps If ...

2:12:02
[6/9] Java Basics Tutorial – Advanced Conditional Statements

1,257 views

4 years ago

Coding projects
Master Java Programming: Solve Advent of Code Day 1 Challenge

Ready to kickstart your Java programming journey? Join us as we tackle the first day of the Advent of Code challenge! In this ...

13:38
Master Java Programming: Solve Advent of Code Day 1 Challenge

27 views

1 year ago

Heapspace
Ties van de Ven - Effective problem solving

Software engineering is a field that is evolving rapidly. About 10 years ago we were manually installing things on that one named ...

32:11
Ties van de Ven - Effective problem solving

63 views

11 months ago

Akhil Kokani
#0 - Series Introduction — Solving Problem Statements (by VTU) using Java

Hey Guys! In this series we will be solving several different problem statements using Java, which I've borrowed from my ...

2:30
#0 - Series Introduction — Solving Problem Statements (by VTU) using Java

393 views

7 years ago

The Debug Zone
Java Algorithm for Learning Element Order: Techniques and Solutions Explained

In this video, we delve into the fascinating world of algorithms in Java, focusing specifically on techniques for learning element ...

2:59
Java Algorithm for Learning Element Order: Techniques and Solutions Explained

0 views

1 year ago

Akhil Kokani
#3.A - Problem Statement — Solving Problem Statements (by VTU) using Java

Hey Guys! In this video we will be solving Part A of 3rd Problem Statement, no don't worry, I'll be uploading separate video for ...

4:59
#3.A - Problem Statement — Solving Problem Statements (by VTU) using Java

357 views

7 years ago

Hack Code
Java Coding Interview Hack: Find the Missing Number! 🌟✨

Learn how to find the missing number in an array with this Java solution! Perfect for coding interviews and boosting your Java ...

1:20
Java Coding Interview Hack: Find the Missing Number! 🌟✨

320 views

1 year ago

CodeWithShahrukh
how to display simple hello world in java. #shorts #viral

how to display simple hello world in java || java hello world program || java hello world program run || hello world java programs .

0:07
how to display simple hello world in java. #shorts #viral

144,488 views

3 years ago

Akhil Kokani
#5 - Problem Statement — Solving Problem Statements (by VTU) using Java

Hey Guys! In this video we will solving following problem statement: Sort a given set of n integer elements using Merge Sort ...

21:21
#5 - Problem Statement — Solving Problem Statements (by VTU) using Java

651 views

6 years ago

Akhil Kokani
#7 - Problem Statement — Solving Problem Statements (by VTU) using Java

In this video we will be looking at following problem statement: From a given vertex in a weighted connected graph, find shortest ...

12:38
#7 - Problem Statement — Solving Problem Statements (by VTU) using Java

448 views

6 years ago

Peppermint AI
Two Pointers Technique | Leetcode | Move Zeroes to end of array | Visualization | Java Live coding

In this sessions we will be looking at two pointers technique. This is one of the simpler algorithms that can be useful to solve data ...

18:48
Two Pointers Technique | Leetcode | Move Zeroes to end of array | Visualization | Java Live coding

132 views

3 years ago

Programming For Everyone
RECAPING JAVA CORE CONCEPT WITH MR. LVG-02

Java #JavaProgramming #WebDevelopment $250 Discount on MIT Cyber Security Bootcamp, when you use this link to get ...

39:45
RECAPING JAVA CORE CONCEPT WITH MR. LVG-02

4 views

3 years ago

SouJava
Learn the concepts behind 10 Java Challenges and Eliminate Stressful Bugs!

Abstract: Bugs are a daily stress in our work as Java developers. Those pesky bugs hide behind important Java concepts; there is ...

55:10
Learn the concepts behind 10 Java Challenges and Eliminate Stressful Bugs!

877 views

Streamed 8 years ago

Fresh Noodles
Grading Students | Hackerrank Problem | Easy Solution (Java)

Grading Students | Hackerrank Problem | Easy Solution (Java) Welcome to Fresh Noodles! In this video, I will explain you the ...

7:06
Grading Students | Hackerrank Problem | Easy Solution (Java)

116 views

10 months ago