ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

172 results

TechCode Learning
Leetcode 141 | Linked list cycle | Easy level problem | Python hindi  | Linked list | Dsa ✨

Leetcode 141 | Linked list cycle | Easy level problem | Python hindi | Linked list | Dsa.

7:01
Leetcode 141 | Linked list cycle | Easy level problem | Python hindi | Linked list | Dsa ✨

6 views

4 weeks ago

DataEngineering360
Leetcode 217. Contains Duplicate | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given an integer array nums, return true if any value appears at least twice in the array, and ...

2:16
Leetcode 217. Contains Duplicate | Hindi | Python | Leetcode | Optimized way

0 views

2 weeks ago

DataEngineering360
Leetcode 392. Is Subsequence | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Given two strings s and t, return true if s is a subsequence of t, or false otherwise.

4:24
Leetcode 392. Is Subsequence | Hindi | Python | Leetcode 1 | Optimized way

29 views

2 weeks ago

DataEngineering360
Leetcode 202. Happy Number | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Write an algorithm to determine if a number n is happy. A happy number is a number defined ...

3:08
Leetcode 202. Happy Number | Hindi | Python | Leetcode | Optimized way

0 views

7 days ago

DataEngineering360
Leetcode 88. Merge Sorted Array | Hindi | Python | Leetcode 1 | Optimized way | Time complexity

leetcode #python Q. You are given two integer arrays nums1 and nums2, sorted in non-decreasing order, and two integers m and ...

7:55
Leetcode 88. Merge Sorted Array | Hindi | Python | Leetcode 1 | Optimized way | Time complexity

17 views

4 weeks ago

DataEngineering360
Leetcode Problem 1: Two Sum Solution in Python | Hindi

leetcode #python Q. Given an array of integers nums and an integer target, return indices of the two numbers such that they add ...

5:56
Leetcode Problem 1: Two Sum Solution in Python | Hindi

95 views

4 weeks ago

DataEngineering360
Leetcode 128. Longest Consecutive Sequence| Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given an unsorted array of integers nums, return the length of the longest consecutive ...

5:22
Leetcode 128. Longest Consecutive Sequence| Hindi | Python | Leetcode | Optimized way

0 views

9 days ago

DataEngineering360
Leetcode 242. Valid Anagram | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given two strings s and t, return true if t is an anagram of s, and false otherwise. Example 1: ...

4:59
Leetcode 242. Valid Anagram | Hindi | Python | Leetcode | Optimized way

4 views

2 weeks ago

DataEngineering360
Leetcode 167. Two Sum II - Input Array Is Sorted | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, ...

3:46
Leetcode 167. Two Sum II - Input Array Is Sorted | Hindi | Python | Leetcode | Optimized way

11 views

2 weeks ago

codestorywithMIK
Count Covered Buildings | Simplest Intuition | Dry Run | Leetcode 3531 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 25th video of ...

30:03
Count Covered Buildings | Simplest Intuition | Dry Run | Leetcode 3531 | codestorywithMIK

5,240 views

3 days ago

TechCode Learning
Leetcode 142 | Linked list cycle II | Medium level problem | Python hindi  | Linked list | Dsa ✨

Leetcode 142 | Linked list cycle II | Medium level problem | Python hindi | Linked list | Dsa.

9:06
Leetcode 142 | Linked list cycle II | Medium level problem | Python hindi | Linked list | Dsa ✨

4 views

4 weeks ago

DataEngineering360
Leetcode 209. Minimum Size Subarray Sum | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Given an array of positive integers nums and a positive integer target, return the minimal ...

6:21
Leetcode 209. Minimum Size Subarray Sum | Hindi | Python | Leetcode 1 | Optimized way

0 views

9 days ago

DataEngineering360
Leetcode 88. Merge Sorted Array | Hindi | Python | Leetcode 1 | Optimized way | Time complexity

leetcode #python 27. Remove Element Q. Given an integer array nums and an integer val, remove all occurrences of val in nums ...

9:31
Leetcode 88. Merge Sorted Array | Hindi | Python | Leetcode 1 | Optimized way | Time complexity

10 views

4 weeks ago

DataEngineering360
Leetcode 347. Top K Frequent Elements | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Given an integer array nums and an integer k, return the k most frequent elements. You may ...

3:43
Leetcode 347. Top K Frequent Elements | Hindi | Python | Leetcode 1 | Optimized way

0 views

9 days ago

DataEngineering360
Leetcode 26. Remove Duplicates from Sorted Array | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place ...

7:29
Leetcode 26. Remove Duplicates from Sorted Array | Hindi | Python | Leetcode 1 | Optimized way

32 views

4 weeks ago

DataEngineering360
Leetcode 15. 3Sum | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i !

8:24
Leetcode 15. 3Sum | Hindi | Python | Leetcode | Optimized way

0 views

8 days ago

DataEngineering360
Leetcode 3. Longest Substring Without Repeating Characters | Hindi | Python | Leetcode|Optimized way

leetcode #python #timecomplexity Q. Given a string s, find the length of the longest substring without duplicate characters.

5:29
Leetcode 3. Longest Substring Without Repeating Characters | Hindi | Python | Leetcode|Optimized way

0 views

9 days ago

DataEngineering360
Leetcode 155. Min Stack | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Design a stack that supports push, pop, top, and retrieving the minimum element in constant ...

6:53
Leetcode 155. Min Stack | Hindi | Python | Leetcode 1 | Optimized way

11 views

2 weeks ago

DataEngineering360
Leetcode 205. Isomorphic Strings | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given two strings s and t, determine if they are isomorphic. Two strings s and t are ...

4:32
Leetcode 205. Isomorphic Strings | Hindi | Python | Leetcode | Optimized way

12 views

2 weeks ago

DataEngineering360
Leetcode 20. Valid Parentheses | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input ...

5:10
Leetcode 20. Valid Parentheses | Hindi | Python | Leetcode 1 | Optimized way

12 views

2 weeks ago