ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

75 results

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

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

13 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

13 days ago

DataEngineering360
Leetcode 496. Next Greater Element I | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Return an array ans of length nums1.length such that ans[i] is the next greater element as ...

12:22
Leetcode 496. Next Greater Element I | Hindi | Python | Leetcode | Optimized way

0 views

11 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

11 days ago

DataEngineering360
Leetcode 33. Search in Rotated Sorted Array | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. There is an integer array nums sorted in ascending order (with distinct values). Prior to being ...

5:52
Leetcode 33. Search in Rotated Sorted Array | Hindi | Python | Leetcode | Optimized way

0 views

11 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

12 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

3 weeks ago

DataEngineering360
Leetcode 35. Search Insert Position | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given a sorted array of distinct integers and a target value, return the index if the target is ...

6:00
Leetcode 35. Search Insert Position | Hindi | Python | Leetcode | Optimized way

0 views

11 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

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

9 views

3 weeks 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

13 days ago

DataEngineering360
Leetcode 704. Binary Search| Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given an array of integers nums which is sorted in ascending order, and an integer target, ...

4:13
Leetcode 704. Binary Search| Hindi | Python | Leetcode | Optimized way

0 views

11 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

11 views

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

3 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

13 views

2 weeks 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

13 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

3 weeks ago

DataEngineering360
Leetcode 290. Word Pattern | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given a pattern and a string s, find if s follows the same pattern. Here follow means a full ...

4:22
Leetcode 290. Word Pattern | Hindi | Python | Leetcode | Optimized way

14 views

2 weeks ago