Forwarded from HackerRank Solutions
Hello Coding Lover,
Just Learn this Amazing technique which is discussed in this tutorial and you will be able to solve more than 10 questions on leetcode.
In this video, I have explained two pointer technique which is the optimal way to solve problems related to arrays, strings and linked list in O(N) time.
There are a lot of coding interview problems which can be solved by using this technique in an optimized way.
https://youtu.be/2wVjt3yhGwg
๐ด DONT CLICK THIS: https://bit.ly/2G4cEuc
#JAVAAID #slidingwindowtechnique #leetcode #javaAidTutorials #programming #dataStructures #algorithms #coding #competitiveprogramming #google #java #codinginterview #problemsolving #kanahaiyaGupta #google #facebook #amazon #oracle #linkedin
Just Learn this Amazing technique which is discussed in this tutorial and you will be able to solve more than 10 questions on leetcode.
In this video, I have explained two pointer technique which is the optimal way to solve problems related to arrays, strings and linked list in O(N) time.
There are a lot of coding interview problems which can be solved by using this technique in an optimized way.
https://youtu.be/2wVjt3yhGwg
๐ด DONT CLICK THIS: https://bit.ly/2G4cEuc
#JAVAAID #slidingwindowtechnique #leetcode #javaAidTutorials #programming #dataStructures #algorithms #coding #competitiveprogramming #google #java #codinginterview #problemsolving #kanahaiyaGupta #google #facebook #amazon #oracle #linkedin
YouTube
Two Pointer Algorithm | Two Sum Problem | Solve DS Problems in O(N) Time
Two Pointer Algorithm For Coding Interview: In this video, I have explained two pointer technique which is the optimal way to solve problems related to arrays, strings and linked list in O(N) time.
There are a lot of coding interview problems which canโฆ
There are a lot of coding interview problems which canโฆ
Forwarded from HackerRank Solutions
Hello Coding Lover,
In this video, I have explained a general approach to solve climbing staircase problem which is based on fibonacci pattern.
how to identify the pattern and apply the same to solve such DP problems.
Here I have explained, four different ways to solve this problem.
Recursive Solution
Top-down with memoization
Bottom-up
Efficient solution
https://youtu.be/ftpbBbtyxdE
๐ด DONT CLICK THIS: https://bit.ly/2G4cEuc
#JAVAAID #staircase #leetcode #javaAidTutorials #programming #dataStructures #algorithms #coding #competitiveprogramming #google #java #codinginterview #problemsolving #kanahaiyaGupta #google #facebook #amazon #oracle #gs #walmart
In this video, I have explained a general approach to solve climbing staircase problem which is based on fibonacci pattern.
how to identify the pattern and apply the same to solve such DP problems.
Here I have explained, four different ways to solve this problem.
Recursive Solution
Top-down with memoization
Bottom-up
Efficient solution
https://youtu.be/ftpbBbtyxdE
๐ด DONT CLICK THIS: https://bit.ly/2G4cEuc
#JAVAAID #staircase #leetcode #javaAidTutorials #programming #dataStructures #algorithms #coding #competitiveprogramming #google #java #codinginterview #problemsolving #kanahaiyaGupta #google #facebook #amazon #oracle #gs #walmart
YouTube
Recursive Staircase Problem | Climbing Stairs | Walmart Coding Interview | EP3
Recursive Staircase Problem :- In this video, I have explained the recursive staircase problem fibonacci series pattern to solve count the number of ways to climb the staircase dynamic programming question. Climbing staircase problem can be solved easilyโฆ
Forwarded from HackerRank Solutions
This tutorial ranked number 1 on Google and YouTube.so thought of sharing with you all.
If you are a competitive programmer or preparing for competitive programming or solve coding problems online then you would have come across one algorithm called prefix sum.
But most of people do know the benefit of this algorithm.
Here is the tutorial which explains why you must know prefix-sum algorithm.
https://youtu.be/scD312I7kkE
#tutorial #coding #programming #learntocode #algorithm #prefixsum #competitiveprogramming
If you are a competitive programmer or preparing for competitive programming or solve coding problems online then you would have come across one algorithm called prefix sum.
But most of people do know the benefit of this algorithm.
Here is the tutorial which explains why you must know prefix-sum algorithm.
https://youtu.be/scD312I7kkE
#tutorial #coding #programming #learntocode #algorithm #prefixsum #competitiveprogramming
YouTube
Why You Must Learn Prefix Sum Algorithm? | Need of prefix-sum Algorithm | EP1
You must know how prefix sum algorithm can help you to improve the performance of your code.
This video explains the need of prefix sum algorithm that why you must learn prefix-sum algorithm.
This is the first part of the video and donโt forget to watch theโฆ
This video explains the need of prefix sum algorithm that why you must learn prefix-sum algorithm.
This is the first part of the video and donโt forget to watch theโฆ
Forwarded from HackerRank Solutions
How many of you thought that I have solved the problem in an interview but still did not ๐ด๐ฒ๐ ๐๐ต๐ฒ ๐ผ๐ณ๐ณ๐ฒ๐ฟ or did not get what I expected?
If this has happened to you then this tutorial will be going to an eye-opener for you.
Generally, the candidate solves the problem with a brute force approach but ignore the optimize solution.
If you know this technique you can ๐ฑ๐ฟ๐ฎ๐๐๐ถ๐ฐ๐ฎ๐น๐น๐ ๐ฟ๐ฒ๐ฑ๐๐ฐ๐ฒ ๐๐ต๐ฒ ๐๐ถ๐บ๐ฒ ๐ฐ๐ผ๐บ๐ฝ๐น๐ฒ๐ ๐ถ๐๐ ๐ผ๐ณ ๐๐ผ๐๐ฟ ๐๐ผ๐น๐๐๐ถ๐ผ๐ป ๐ณ๐ฟ๐ผ๐บ ๐ข(๐ปยฒ) ๐๐ผ ๐ข(๐ป) and you can get a slight advantage in your interview.
And this technique is known as ๐ฆ๐น๐ถ๐ฑ๐ถ๐ป๐ด ๐ช๐ถ๐ป๐ฑ๐ผ๐ ๐ง๐ฒ๐ฐ๐ต๐ป๐ถ๐พ๐๐ฒ which is useful for solving problems related to ๐ฎ๐ฟ๐ฟ๐ฎ๐๐ ๐ผ๐ฟ ๐๐๐ฟ๐ถ๐ป๐ด๐.
https://youtu.be/__guhvzO540
๐ก๐ผ๐๐ฒ: if you find it useful, please do not forget to like and share your feedback in comments.
#slidingwindow #technique #algorithms #code #programming #coding #slidingwindowalgorithm
If this has happened to you then this tutorial will be going to an eye-opener for you.
Generally, the candidate solves the problem with a brute force approach but ignore the optimize solution.
If you know this technique you can ๐ฑ๐ฟ๐ฎ๐๐๐ถ๐ฐ๐ฎ๐น๐น๐ ๐ฟ๐ฒ๐ฑ๐๐ฐ๐ฒ ๐๐ต๐ฒ ๐๐ถ๐บ๐ฒ ๐ฐ๐ผ๐บ๐ฝ๐น๐ฒ๐ ๐ถ๐๐ ๐ผ๐ณ ๐๐ผ๐๐ฟ ๐๐ผ๐น๐๐๐ถ๐ผ๐ป ๐ณ๐ฟ๐ผ๐บ ๐ข(๐ปยฒ) ๐๐ผ ๐ข(๐ป) and you can get a slight advantage in your interview.
And this technique is known as ๐ฆ๐น๐ถ๐ฑ๐ถ๐ป๐ด ๐ช๐ถ๐ป๐ฑ๐ผ๐ ๐ง๐ฒ๐ฐ๐ต๐ป๐ถ๐พ๐๐ฒ which is useful for solving problems related to ๐ฎ๐ฟ๐ฟ๐ฎ๐๐ ๐ผ๐ฟ ๐๐๐ฟ๐ถ๐ป๐ด๐.
https://youtu.be/__guhvzO540
๐ก๐ผ๐๐ฒ: if you find it useful, please do not forget to like and share your feedback in comments.
#slidingwindow #technique #algorithms #code #programming #coding #slidingwindowalgorithm
YouTube
Sliding Window Technique | Google Coding Interview | Maximum Size SubArray Of Size K
Sliding Window Technique: In this video, I have explained sliding window technique which is the optimal way to solve maximum size subarray of size K coding interview problem.
There are a lot of coding interview problems which can be solved by using thisโฆ
There are a lot of coding interview problems which can be solved by using thisโฆ
Hello Coding Lover,
In this video tutorial, I have explained the beautiful problem-solving technique called ๐ฅ๐ฒ๐ฐ๐๐ฟ๐๐ถ๐ผ๐ป and its applications.
If you can visualize this 2D image in 3D then probably you would have heard of ๐ฅ๐ฒ๐ฐ๐๐ฟ๐๐ถ๐ผ๐ป.
๐บ๐๐๐ ๐๐๐๐๐ ๐๐๐๐๐๐ ๐ ๐๐๐๐๐๐๐๐๐ ๐๐๐๐ ๐๐๐๐ ๐๐๐๐ ๐๐๐๐ ๐๐๐๐ ๐๐๐๐๐๐๐๐ :)
๐ก๐ผ๐๐ฒ: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/Sf-LR7OI-Ww
#JAVAAID #recursion #leetcode #javaAidTutorials #programming #dataStructures #algorithms #coding #competitiveprogramming #google #java #codinginterview #problemsolving #kanahaiyaGupta #google #facebook #amazon #oracle #linkedin
In this video tutorial, I have explained the beautiful problem-solving technique called ๐ฅ๐ฒ๐ฐ๐๐ฟ๐๐ถ๐ผ๐ป and its applications.
If you can visualize this 2D image in 3D then probably you would have heard of ๐ฅ๐ฒ๐ฐ๐๐ฟ๐๐ถ๐ผ๐ป.
๐บ๐๐๐ ๐๐๐๐๐ ๐๐๐๐๐๐ ๐ ๐๐๐๐๐๐๐๐๐ ๐๐๐๐ ๐๐๐๐ ๐๐๐๐ ๐๐๐๐ ๐๐๐๐ ๐๐๐๐๐๐๐๐ :)
๐ก๐ผ๐๐ฒ: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/Sf-LR7OI-Ww
#JAVAAID #recursion #leetcode #javaAidTutorials #programming #dataStructures #algorithms #coding #competitiveprogramming #google #java #codinginterview #problemsolving #kanahaiyaGupta #google #facebook #amazon #oracle #linkedin
YouTube
Recursion In Data Structures | Recursion Explained | EP1
Recursion In Data Structures: In this video, I have explained the basics of recursion and explain how mathematical modelling of function plays a major role in solving recursive programming problems.
I have discussed the application of recursion as well.โฆ
I have discussed the application of recursion as well.โฆ