Number of Good Pairs (LeetCode 1512) | Full solution with visuals and examples | Study Algorithms

Описание к видео Number of Good Pairs (LeetCode 1512) | Full solution with visuals and examples | Study Algorithms

Given an array, we need to find the number of good pairs that can be formed with the elements. A pair is said to be good if the elements are same and the left index is smaller than the right index. Watch the video to see a visual example of how the pairs are determined. The video also explores a progressive way to arrive at an optimal solution along with a dry-run of the code. Simple maths can be wonderful at times.

Chapters:
00:00 - Intro
01:11 - Problem statement and description
04:54 - Brute Force approach to find good pairs
07:09 - Efficient method to find good pairs
10:52 - Dry-run of Code
12:53 - Final Thoughts

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

📚 Links to topics I talk about in the video:
Brute Force Method:    • Brute Force algorithms with real life...  
Counting Sort:    • Counting Sort explained with animatio...  
Bucket Sort:    • Bucket Sort explained with animations...  
What is Big O?:    • Big O Notation Simplified to the MAX ...  
Other LeetCode questions:    • Leetcode Solutions  

📘 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

Комментарии

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