Daily Temperatures (LeetCode 739) | Full solution with animations and examples | Study Algorithms

Описание к видео Daily Temperatures (LeetCode 739) | Full solution with animations and examples | Study Algorithms

A very interesting problem that involves the use of stack data structure. Using this hint, given an array of integers that represent the temperature at that day, return an array that represents the next warmer day. It also sounds like a straight forward extension of finding the Next Greater Element. Watch the video to understand how elements are added and popped from the stack, to solve this problem in the most efficient way. All of this with animations and a dry-run of code in JAVA.

Actual problem on LeetCode: https://leetcode.com/problems/daily-t...

Chapters:
00:00 - Intro
01:00 - Problem statement and description
03:02 - Brute Force approach
04:32 - Time-efficient method (Next Greater Element)
05:42 - Using stacks
09:30 - Dry-run of Code
11:38 - Final Thoughts

📚 Links to topics I talk about in the video:
Next Greater Element:    • Next Greater Element 1 (LeetCode 496)...  
Brute Force Paradigm:    • Brute Force algorithms with real life...  
What is Big O?:    • Big O Notation Simplified to the MAX ...  
Stack Data Structure:    • Stack Data Structure explained with a...  

📘 A text based explanation is available at: https://studyalgorithms.com

Code on Github: https://github.com/nikoo28/java-solut...
Test-cases on Github: https://github.com/nikoo28/java-solut...

📖 Reference Books:
Starting Learn to Code: https://amzn.to/36pU0JO
Favorite book to understand algorithms: https://amzn.to/39w3YLS
Favorite book for data structures: https://amzn.to/3oAVBTk
Get started for interview preparation: https://amzn.to/39ysbkJ

🔗 To see more videos like this, you can show your support on: https://www.buymeacoffee.com/studyalg...

🎥 My Recording Gear:
Recording Light: https://amzn.to/3pAqh8O
Microphone: https://amzn.to/2MCX7qU
Recording Camera: https://amzn.to/3alg9Ky
Tablet to sketch and draw: https://amzn.to/3pM6Bi4
Surface Pen: https://amzn.to/3pv6tTs
Laptop to edit videos: https://amzn.to/2LYpMqn


💻 Get Social 💻
Follow on Facebook at:   / studyalgos  
Follow on Twitter at:   / studyalgorithms  
Follow on Tumblr at:   / studyalgos  
Subscribe to RSS feeds: https://studyalgorithms.com/feed/
Join fan mail: http://eepurl.com/g9Dadv

#leetcode #programming #interview

Комментарии

Информация по комментариям в разработке