DiscoverLeetcode: Solving Leetcode Problems in Hindi
Leetcode: Solving Leetcode Problems in Hindi
Claim Ownership

Leetcode: Solving Leetcode Problems in Hindi

Author: tornado

Subscribed: 6Played: 69
Share

Description

- My efforts are to summarize precise solutions in simple Hindi to decrease the interview preparation time.
Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
15 Episodes
Reverse
Design In-Memory file system to simulate following functions. LS, mkdir, addcontentstofile, rewdcontentsfromfile --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Designing Tic Tac Toe in o(1) complexity. Also thinking how to design infinite Tic Tac toe --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
SQL Processing order

SQL Processing order

2020-09-2203:56

How should you read an SQL query - of course the way SQL parser does --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
SQL joins in Hindi --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Rotting oranges

Rotting oranges

2020-11-1006:29

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 --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Number of islands

Number of islands

2020-11-0504:14

Given a grid, find number of islands. We use depth first search. --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Traverse a tree or a graph using DFS and BFS --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Merge K Sorted Lists

Merge K Sorted Lists

2020-11-0507:58

Given a an array of Sorted K linked lists, merge all K lists in one Sorted linked-list and return it. --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
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. --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Simplify Path

Simplify Path

2020-10-1505:32

Given a Unix style absolute path, simplify it and return the shortest canonical path --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Give a string S and a String T, find the minimum window in S which will contain all characters in T. --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Given a list of scheduled for employees in a company, return free time where no employee is working. --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Find the celebrity

Find the celebrity

2020-10-0703:22

Find a celebrity in a room where everyone knows the celebrity and celebrity doesn’t know anyone. --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Meeting rooms - II

Meeting rooms - II

2020-10-0604:02

Given an array of intervals find minimum number of Chee conference rooms Required. --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
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. --- Support this podcast: https://podcasters.spotify.com/pod/show/raytornado/support
Comments 
Download from Google Play
Download from App Store