ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

191 results

DrKode
Leetcode 100 Same Tree (Animation)

website: https://drkode.org Time Stamp 00:00 statement 00:14 Basics 00:38 Storyboard 01:52 drkode.org 01:59 Code explanation ...

3:08
Leetcode 100 Same Tree (Animation)

66 views

8 months ago

Road2Geeks
1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence | LeetCode | Python | Road2Geeks

we provide you tips and tricks of computer science to be tech geeks. the motive of this channel is to provide basics to advanced ...

1:25
1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence | LeetCode | Python | Road2Geeks

34 views

1 year 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

codingjerk
I Made My Code 16000× Faster (Python & Rust)

Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...

18:33
I Made My Code 16000× Faster (Python & Rust)

51,413 views

7 months ago

DrKode
Leetcode 33. Search in Rotated Sorted Array (Animation)

website: https://drkode.org Time Stamp 00:00 statement 00:22 Storyboard 01:44 drkode.org 01:52 Code Explanation 02:55 Code

3:01
Leetcode 33. Search in Rotated Sorted Array (Animation)

33 views

9 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

Tech Algo Views
First letter to appear twice sol 2 #algorithm #hashset  #leetcode #FirstLetterToAppearTwice

First letter to appear twice - solution 2 - English version The first solution could be found here: ...

0:51
First letter to appear twice sol 2 #algorithm #hashset #leetcode #FirstLetterToAppearTwice

26 views

1 year ago

Tech Algo Views
Toeplitz Matrix | #shorts | #leetcode 766 | #algorithm #computerscience

Toeplitz Matrix Complexity: - Time: O (m x n) - Space: O (1) Problem statement: https://leetcode.com/problems/toeplitz-matrix/ ...

0:55
Toeplitz Matrix | #shorts | #leetcode 766 | #algorithm #computerscience

159 views

1 year ago

DrKode
Leetcode 206 Reverse Linked List (Animation)

website: https://drkode.org Time Stamp 00:00 Statement 00:15 Storyboard 01:02 drkode.org 01:10 Code explanation 01:30 Code

1:35
Leetcode 206 Reverse Linked List (Animation)

41 views

9 months ago

Data Analytics Ireland
How to show percentage differences between files in Python

In this video on how to show percentage differences between files in python, we are looking to show the percentage matched in ...

14:33
How to show percentage differences between files in Python

777 views

3 years ago

DrKode
Leetcode 20 Valid Parentheses (Animation)

website: https://drkode.org problem: https://leetcode.com/problems/word-search/description/ solution: ...

2:48
Leetcode 20 Valid Parentheses (Animation)

30 views

9 months 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

Tech Algo Views
Linked list cycle | #leetcode 141 | #algorithm | #computerscience | #coding | #kotlin

Linked list cycle Complexity: Time: O(n + m) Space: O(1) Problem statement: ...

0:55
Linked list cycle | #leetcode 141 | #algorithm | #computerscience | #coding | #kotlin

32 views

1 year ago

CodeClue
2. Add Two Numbers Problem | Solving LeetCode Problems - English

LeetCode #CodeClue #code #clue An easy and detailed explanation of Add Two Numbers problem on LeetCode By Sadul Khod, ...

14:39
2. Add Two Numbers Problem | Solving LeetCode Problems - English

156 views

4 years ago

Tech Algo Views
Binary search - English  #algorithms #programming #leetcode #binarysearch  #education

Binary search - English Problem statement: https://leetcode.com/problems/binary-search/description/ Solution code: ...

0:54
Binary search - English #algorithms #programming #leetcode #binarysearch #education

14 views

1 year ago

Tech Algo Views
Longest Palindromic substring | #leetcode 5 | #computerscience | #algorithm

Longest Palindromic substring Complexity: - Time: O(N^2) - Space: O(N) Problem statement: ...

0:53
Longest Palindromic substring | #leetcode 5 | #computerscience | #algorithm

97 views

1 year ago

Tech Algo Views
Longest valid parentheses | #leetcode 32 | #algorithms | #computerscience | #interview

Longest valid parentheses Complexity: - Time: O(2N) - Space: O(1) Problem statement: ...

0:57
Longest valid parentheses | #leetcode 32 | #algorithms | #computerscience | #interview

236 views

7 months 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

Tech Algo Views
Happy number | #shorts | #leetCode 202 | #algorithm #computerscience

Happy number Complexity: - Time: O(n) - Space: O(n) Problem statement: ...

0:59
Happy number | #shorts | #leetCode 202 | #algorithm #computerscience

33 views

1 year ago

Tech Algo Views
Count the number of good nodes | #leetCode contest 410 3249 | #algorithms #coding #computerscience

Count the number of good nodes Complexity: - Time: O( V + E) - Space: O(V + E) Problem statement: ...

1:00
Count the number of good nodes | #leetCode contest 410 3249 | #algorithms #coding #computerscience

32 views

1 year ago

Tech Algo Views
Design neighbor sum service | #leetcode Contest 409 | #leetcode 3242 | #coding | #programming

Design neighbor sum service Complexity: - Time: O(n*n) - Space: O(1) Problem statement: ...

0:57
Design neighbor sum service | #leetcode Contest 409 | #leetcode 3242 | #coding | #programming

43 views

1 year ago

Tech Algo Views
Roman to integer - English #algorithm #array #leetcode #coding #RomanToInteger #programming #kotlin

Roman to integer - English version Complexity: - Time: O(n) - Space: O(1) Problem description: ...

0:55
Roman to integer - English #algorithm #array #leetcode #coding #RomanToInteger #programming #kotlin

35 views

1 year ago

Tech Algo Views
First letter to appear twice - English #algorithm #hashset  #leetcode #FirstLetterToAppearTwice

First letter to appear twice - English version Problem description: https://leetcode.com/problems/first-letter-to-appear-twice/ ...

0:57
First letter to appear twice - English #algorithm #hashset #leetcode #FirstLetterToAppearTwice

48 views

1 year ago

COMPUTER & EXCEL SOLUTION
Stack FIFO and LIFO in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:48
Stack FIFO and LIFO in Python@COMPUTEREXCELSOLUTION

138 views

3 years ago