ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

203 results

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

13 days 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

4,948 views

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

13 days 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

92 views

3 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

5 days 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

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

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

7 days ago

DataEngineering360
Leetcode 485. Max Consecutive Ones | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Given a binary array nums, return the maximum number of consecutive 1's in the array.

2:50
Leetcode 485. Max Consecutive Ones | Hindi | Python | Leetcode 1 | Optimized way

0 views

7 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

3 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

DataEngineering360
Leetcode 11. Container With Most Water | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. ou are given an integer array height of length n. There are n vertical lines drawn such that ...

4:35
Leetcode 11. Container With Most Water | Hindi | Python | Leetcode 1 | Optimized way

8 views

2 weeks 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 121. Best Time to Buy and Sell Stock | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. You are given an array prices where prices[i] is the price of a given stock on the ith day.

4:15
Leetcode 121. Best Time to Buy and Sell Stock | Hindi | Python | Leetcode 1 | Optimized way

0 views

7 days ago

DataEngineering360
Leetcode 739. Daily Temperatures | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given an array of integers temperatures represents the daily temperatures, return an array ...

5:27
Leetcode 739. Daily Temperatures | Hindi | Python | Leetcode | Optimized way

0 views

5 days ago

DataEngineering360
Leetcode 238. Product of Array Except Self | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given an integer array nums, return an array answer such that answer[i] is equal to the ...

6:23
Leetcode 238. Product of Array Except Self | Hindi | Python | Leetcode | Optimized way

10 views

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

7 days ago

DataEngineering360
Leetcode 71. Simplify Path | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. You are given an absolute path for a Unix-style file system, which always begins with a slash ...

8:48
Leetcode 71. Simplify Path | Hindi | Python | Leetcode 1 | Optimized way

8 views

2 weeks ago

DataEngineering360
Leetcode 383. Ransom Note | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given two strings ransomNote and magazine, return true if ransomNote can be constructed ...

3:48
Leetcode 383. Ransom Note | Hindi | Python | Leetcode | Optimized way

0 views

13 days ago

DataEngineering360
Leetcode 49. Group Anagrams| Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Given an array of strings strs, group the anagrams together. You can return the answer in ...

5:14
Leetcode 49. Group Anagrams| Hindi | Python | Leetcode 1 | Optimized way

0 views

6 days ago