Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
Technology
Health & Fitness
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts114/v4/d8/20/68/d82068e5-2c7e-7ad2-64ca-9a20359da12a/mza_17894727137833671767.jpg/600x600bb.jpg
Leetcode: Solving Leetcode Problems in Hindi
tornado
15 episodes
6 days ago
- My efforts are to summarize precise solutions in simple Hindi to decrease the interview preparation time.
Show more...
Courses
Education
RSS
All content for Leetcode: Solving Leetcode Problems in Hindi is the property of tornado and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
- My efforts are to summarize precise solutions in simple Hindi to decrease the interview preparation time.
Show more...
Courses
Education
Episodes (15/15)
Leetcode: Solving Leetcode Problems in Hindi
Rotting oranges
Given a gif, each cell can have one of the three values. 0 for empty, 1 for fresh Orange and 2 for rotten. Return minimum number of minutes that must elapse until no cell has a fresh Orange
Show more...
4 years ago
6 minutes 29 seconds

Leetcode: Solving Leetcode Problems in Hindi
Number of islands
Given a grid, find number of islands. We use depth first search.
Show more...
5 years ago
4 minutes 14 seconds

Leetcode: Solving Leetcode Problems in Hindi
Breadth first search and depth first search
Traverse a tree or a graph using DFS and BFS
Show more...
5 years ago
3 minutes 19 seconds

Leetcode: Solving Leetcode Problems in Hindi
Merge K Sorted Lists
Given a an array of Sorted K linked lists, merge all K lists in one Sorted linked-list and return it.
Show more...
5 years ago
7 minutes 58 seconds

Leetcode: Solving Leetcode Problems in Hindi
Two sum, Two Sum - II, Three sum
Find two numbers that add up to a Target. Find two numbers in a sorted array that add up to a number. Find three numbers in an array that add up to a Target.
Show more...
5 years ago
5 minutes 35 seconds

Leetcode: Solving Leetcode Problems in Hindi
Simplify Path
Given a Unix style absolute path, simplify it and return the shortest canonical path
Show more...
5 years ago
5 minutes 32 seconds

Leetcode: Solving Leetcode Problems in Hindi
Design In-Memory file system
Design In-Memory file system to simulate following functions. LS, mkdir, addcontentstofile, rewdcontentsfromfile
Show more...
5 years ago
9 minutes 54 seconds

Leetcode: Solving Leetcode Problems in Hindi
Minimum window Substring AND longest Substring with at most K distinct characters
Give a string S and a String T, find the minimum window in S which will contain all characters in T.
Show more...
5 years ago
5 minutes 36 seconds

Leetcode: Solving Leetcode Problems in Hindi
Employee Free Time or Free intervals.
Given a list of scheduled for employees in a company, return free time where no employee is working.
Show more...
5 years ago
5 minutes 9 seconds

Leetcode: Solving Leetcode Problems in Hindi
Find the celebrity
Find a celebrity in a room where everyone knows the celebrity and celebrity doesn’t know anyone.
Show more...
5 years ago
3 minutes 22 seconds

Leetcode: Solving Leetcode Problems in Hindi
Design Tic Tac Toe - Leetcode
Designing Tic Tac Toe in o(1) complexity. Also thinking how to design infinite Tic Tac toe
Show more...
5 years ago
8 minutes

Leetcode: Solving Leetcode Problems in Hindi
Meeting rooms - II
Given an array of intervals find minimum number of Chee conference rooms Required.
Show more...
5 years ago
4 minutes 2 seconds

Leetcode: Solving Leetcode Problems in Hindi
SQL Processing order
How should you read an SQL query - of course the way SQL parser does
Show more...
5 years ago
3 minutes 56 seconds

Leetcode: Solving Leetcode Problems in Hindi
Learn what are joins in SQL
SQL joins in Hindi
Show more...
5 years ago
7 minutes 15 seconds

Leetcode: Solving Leetcode Problems in Hindi
Leetcode: Verify Alien Dictionary

Given a sequence of words written in the alien language, and the order of the alphabet, return true if and only if the given words are sorted lexicographically in this alien language.

Show more...
5 years ago
4 minutes 29 seconds

Leetcode: Solving Leetcode Problems in Hindi
- My efforts are to summarize precise solutions in simple Hindi to decrease the interview preparation time.