ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

102 results

Alex Demko
LeetCode Live #1: Solving Random Problems Together 💻

Just a chill LeetCode solving session today Want to improve your problem-solving skills and build a real developer mindset?

56:10
LeetCode Live #1: Solving Random Problems Together 💻

845 views

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

386 views

3 years ago

Undefined Coder
Two Sum - Leetcode #1 | Solution explained

In this video, we tackle a Leetcode challenge using JavaScript. Leetcode question 1 Two sum. Join us as we navigate through the ...

6:41
Two Sum - Leetcode #1 | Solution explained

83 views

1 year ago

Styled JavaScript
Human Readable Time (5 kyu): Codewars (TDD in JavaScript)

My code is available on GitHub https://github.com/a-merezhanyi/codewars.

5:31
Human Readable Time (5 kyu): Codewars (TDD in JavaScript)

2,153 views

5 years ago

Styled JavaScript
Codewars: Sort and Star (8 kyu) TDD in JavaScript

Hi! Welcome to Codewars. In this series I gonna solve TDD katas using JavaScript. Let's solve today a kata titled "Sort and Star.

2:55
Codewars: Sort and Star (8 kyu) TDD in JavaScript

935 views

6 years ago

Tech Algo Views
Generate parenthesis | Beats 96% | #leetcode 22 | #technicalinterview | #programming

Generate parenthesis Complexity - Time: O(N^2) - Space: O(2N) Problem statement: ...

0:58
Generate parenthesis | Beats 96% | #leetcode 22 | #technicalinterview | #programming

12 views

10 months ago

Tech Algo Views
Two Sum - English #Algorithm #Array #HashMap  #LeetCode #Two Sum

Two Sum - English version Problem description: https://leetcode.com/problems/two-sum/description/ Solution code: ...

0:57
Two Sum - English #Algorithm #Array #HashMap #LeetCode #Two Sum

74 views

1 year ago

Code Challenge Central
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

In our first episode, we explore the classic problem of reversing a singly linked list with an animated conceptual explanation, and ...

18:24
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

6,576 views

2 years ago

Styled JavaScript
RGB To Hex Conversion (5 kyu): Codewars (TDD in JavaScript)

Hi! Welcome to Codewars. In this series I'm going to solve TDD katas using #JavaScript. If this is your first time here and you want ...

5:28
RGB To Hex Conversion (5 kyu): Codewars (TDD in JavaScript)

3,086 views

5 years ago

Chrome for Developers
Array grouping - New in Chrome 117

In programming, array grouping is an extremely common operation, seen most often when we use SQL's GROUP BY clause and ...

0:56
Array grouping - New in Chrome 117

6,947 views

2 years ago

CodeWithShahrukh
Addition of two numbers in Python using for loop. #shorts #viralvideo

Addition of two numbers in Python using for loop. #shorts #viralvideo addition of two numbers in python using for loop. add two ...

0:14
Addition of two numbers in Python using for loop. #shorts #viralvideo

276 views

1 year ago

Tech Algo Views
Climbing stairs - English  #algorithms #dynamicprogramming #leetcode #coding #programming

Climbing stairs - English Problem statement: https://leetcode.com/problems/climbing-stairs/ Solution code: ...

0:58
Climbing stairs - English #algorithms #dynamicprogramming #leetcode #coding #programming

44 views

1 year ago

Tech Algo Views
Longest substring without repeating characters | #leetcode 3 | #algorithm | #coding | #education

Longest substring without repeating characters Complexity: - Time: O(n) - Space: O(1) Problem statement: ...

0:57
Longest substring without repeating characters | #leetcode 3 | #algorithm | #coding | #education

72 views

1 year ago

Styled JavaScript
Codewars: DNA to RNA Conversion (8 kyu) TDD in JavaScript

Hi! Welcome to Codewars. In this series I gonna solve TDD katas using JavaScript. Let's solve today a kata titled DNA to RNA ...

2:17
Codewars: DNA to RNA Conversion (8 kyu) TDD in JavaScript

1,702 views

6 years ago

Tech Algo Views
Add two numbers | #leetcode 2 | #algorithm | #coding

Add two numbers Complexity: - Time: O(n) - Space: O(1) Problem statement: https://leetcode.com/problems/add-two-numbers/ ...

1:00
Add two numbers | #leetcode 2 | #algorithm | #coding

36 views

1 year ago

Undefined Coder
LeetCode 9: Palindrome Number | Naive vs Optimal Solution Explained

Welcome back to Undefined Coder! In this video, we solve LeetCode Problem #9 – Palindrome Number step by step. First, we ...

12:39
LeetCode 9: Palindrome Number | Naive vs Optimal Solution Explained

5 views

3 months ago

Tech Algo Views
Remove nth node from end of the list | Beats 100% | #leetcode 19| #technicalinterview | #programming

Remove nth node from end of the list Complexity: - Time: O(N) - Space: O(1) Problem statement: ...

0:55
Remove nth node from end of the list | Beats 100% | #leetcode 19| #technicalinterview | #programming

247 views

11 months ago

Tech Algo Views
Merge k sorted lists | Beats 99% | #leetcode 23 | #technicalinterview| #codinginterview

Merge k sorted lists Complexity: - Time: O(N log N) - Space: O(log N) Problem statement: ...

0:56
Merge k sorted lists | Beats 99% | #leetcode 23 | #technicalinterview| #codinginterview

24 views

10 months ago

Tech Algo Views
Find digit game can be won | #leetcode Contest 408 | #leetcode 3232| #coding | #programming

Find digit game can be won Complexity - Time: O(n) - Space: O(1) Problem statement: ...

0:57
Find digit game can be won | #leetcode Contest 408 | #leetcode 3232| #coding | #programming

42 views

1 year ago

Khan Academy Computing
Memoized Fibonacci: Visualization of JS code execution

We start with the JavaScript code for generating Fibonacci numbers using recursion and memoization, and visualize the ...

4:23
Memoized Fibonacci: Visualization of JS code execution

7,074 views

6 years ago