Day-1:
Container With Most Water
Leetcode #11
Algorithm: Two Pointer, Greedy
Please try the problem yourself and watch the video to learn the Algorithm π
Please SHARE this initiative with your friends as well π
#techdose #28DaysOfArray #interviewpreparation #arrays #dsa #MaxFreqLast6Months #amazon21 #microsoft11 #google7 #facebook3
Container With Most Water
Leetcode #11
Algorithm: Two Pointer, Greedy
Please try the problem yourself and watch the video to learn the Algorithm π
Please SHARE this initiative with your friends as well π
#techdose #28DaysOfArray #interviewpreparation #arrays #dsa #MaxFreqLast6Months #amazon21 #microsoft11 #google7 #facebook3
LeetCode
Container With Most Water - LeetCode
Can you solve this real interview question? Container With Most Water - You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).
Find two lines that togetherβ¦
Find two lines that togetherβ¦
Day-1: (Solution)
Container With Most Water
Leetcode #11
Algorithm: Two pointer, Greedy
Solution CODE:
https://gist.github.com/lavakush-m-tiwari/5472e7cb54482bd3f5217a36fda83359
Please try the problem yourself and watch the video to learn the Algorithm π
Please SHARE this initiative with your friends as well π
#techdose #28DaysOfArray #interviewpreparation #arrays #dsa #MaxFreqLast6Months #amazon21 #microsoft11 #google7 #facebook3
Container With Most Water
Leetcode #11
Algorithm: Two pointer, Greedy
Solution CODE:
https://gist.github.com/lavakush-m-tiwari/5472e7cb54482bd3f5217a36fda83359
Please try the problem yourself and watch the video to learn the Algorithm π
Please SHARE this initiative with your friends as well π
#techdose #28DaysOfArray #interviewpreparation #arrays #dsa #MaxFreqLast6Months #amazon21 #microsoft11 #google7 #facebook3
Day-11
LRU Cache
#146
Algorithm: LinkedList, Two Pointer
Related Video: https://www.youtube.com/watch?v=akFRa58Svug
Subscribe our Channel : https://www.youtube.com/c/TECHDOSE4u
Follow on Linkedin: https://www.linkedin.com/company/tech-dose
Please try the problem yourself and watch the video to learn the Algorithm π
Please SHARE this initiative with your friends as well π
#techdose #28DaysOfArray #interviewpreparation #arrays #dsa #MaxFreqLast6Months #amazon121 #facebook66 #microsoft49 #google7
LRU Cache
#146
Algorithm: LinkedList, Two Pointer
Related Video: https://www.youtube.com/watch?v=akFRa58Svug
Subscribe our Channel : https://www.youtube.com/c/TECHDOSE4u
Follow on Linkedin: https://www.linkedin.com/company/tech-dose
Please try the problem yourself and watch the video to learn the Algorithm π
Please SHARE this initiative with your friends as well π
#techdose #28DaysOfArray #interviewpreparation #arrays #dsa #MaxFreqLast6Months #amazon121 #facebook66 #microsoft49 #google7
LeetCode
LRU Cache - LeetCode
Can you solve this real interview question? LRU Cache - Design a data structure that follows the constraints of a Least Recently Used (LRU) cache [https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU].
Implement the LRUCache class:
* LRUCache(intβ¦
Implement the LRUCache class:
* LRUCache(intβ¦
Day-11 (Solution)
LRU Cache
#146
Algorithm: LinkedList, Two Pointer
Related Video: https://www.youtube.com/watch?v=akFRa58Svug
Solution: https://gist.github.com/lavakush-m-tiwari/efe39f454db09d9914da673cbbe88e74
Subscribe our Channel : https://www.youtube.com/c/TECHDOSE4u
Follow on Linkedin: https://www.linkedin.com/company/tech-dose
Please try the problem yourself and watch the video to learn the Algorithm π
Please SHARE this initiative with your friends as well π
#techdose #28DaysOfArray #interviewpreparation #arrays #dsa #MaxFreqLast6Months #amazon121 #facebook66 #microsoft49 #google7
LRU Cache
#146
Algorithm: LinkedList, Two Pointer
Related Video: https://www.youtube.com/watch?v=akFRa58Svug
Solution: https://gist.github.com/lavakush-m-tiwari/efe39f454db09d9914da673cbbe88e74
Subscribe our Channel : https://www.youtube.com/c/TECHDOSE4u
Follow on Linkedin: https://www.linkedin.com/company/tech-dose
Please try the problem yourself and watch the video to learn the Algorithm π
Please SHARE this initiative with your friends as well π
#techdose #28DaysOfArray #interviewpreparation #arrays #dsa #MaxFreqLast6Months #amazon121 #facebook66 #microsoft49 #google7
LeetCode
LRU Cache - LeetCode
Can you solve this real interview question? LRU Cache - Design a data structure that follows the constraints of a Least Recently Used (LRU) cache [https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU].
Implement the LRUCache class:
* LRUCache(intβ¦
Implement the LRUCache class:
* LRUCache(intβ¦