Forwarded from HackerRank Solutions
YouTube
Sherlock and Array HackerRank Solution
Sherlock and Array hackerrank problem can be solved easily by deriving a linear equation. The complexity of Sherlock and Array hackerrank solution is O(n) which is a part of Practice | Algorithms | Search | Sherlock and array hackerrank challenge.
This videoβ¦
This videoβ¦
Forwarded from JAVAAID
YouTube
How To Solve HackerRank Drawing Book Problem
In this video, I have explained hackerrank drawing book solution algorithm.
hackerrank drawing book problem can be solved by using mathematics. The complexity of drawing book hackerrank solution is O (1). This hackerrank problem is a part of Practice | Algorithmsβ¦
hackerrank drawing book problem can be solved by using mathematics. The complexity of drawing book hackerrank solution is O (1). This hackerrank problem is a part of Practice | Algorithmsβ¦
Forwarded from HackerRank Solutions
YouTube
Save the Prisoner HackerRank solution [ Algorithm + Implementation ]
Save the prisoner hackerrank problem can be solved easily by using modulo operator. The complexity of hackerrank Save the prisoner solution is O(1) which is a part of Practice | Algorithms | Implementation | Save the prisoner hackerrank challenge.
This videoβ¦
This videoβ¦
Forwarded from HackerRank Solutions
YouTube
How To Solve Find Digits HackerRank Problem | HackerRank Solution
In this video, I have explained hackerrank find digits solution algorithm.
hackerrank find digits problem can be solved by using modulo operator. The complexity of find digits hackerrank solution is O (len(d)). This hackerrank problem is a part of Practiceβ¦
hackerrank find digits problem can be solved by using modulo operator. The complexity of find digits hackerrank solution is O (len(d)). This hackerrank problem is a part of Practiceβ¦
Forwarded from HackerRank Solutions
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
YouTube
Prefix Sum Algorithm | Prefix Sum Array | Difference Array | Range Sum QueryO(1) | EP2
Prefix sum algorithm is mainly used for range query and the complexity of prefix sum algorithm is O(n).
This video explains the working of prefix sum algorithm.
This is the second part of the video and please watch the first part (why you must learn prefixβ¦
This video explains the working of prefix sum algorithm.
This is the second part of the video and please watch the first part (why you must learn prefixβ¦
Forwarded from HackerRank Solutions
Hello Coding Lover,
Most challenging problem in array category Array manipulation hackerrank problem explained.
This video became lengthy a bit but trust me you will learn something from this. so watch this video till the end and let me know if you have any doubts or better approach to solve this problem.
please leave a feedback on my video, if you like hit like button, if you do not like ,hit dislike button.
https://youtu.be/hDhf04AJIRs
Most challenging problem in array category Array manipulation hackerrank problem explained.
This video became lengthy a bit but trust me you will learn something from this. so watch this video till the end and let me know if you have any doubts or better approach to solve this problem.
please leave a feedback on my video, if you like hit like button, if you do not like ,hit dislike button.
https://youtu.be/hDhf04AJIRs
YouTube
Array Manipulation Hackerrank Solution | Difference Array | Range Update Query In O(1)
Array manipulation hackerrank problem can be solved by using prefix sum arrays or difference array. The complexity of array manipulation hackerrank solution is O (n+m). This hackerrank problem is a part of Practice | Data Structures | Arrays | Array manipulationβ¦
Forwarded from HackerRank Solutions
YouTube
How To Solve Equalize The Array Hackerrank Problem
In this video, I have explained hackerrank equalize the array solution algorithm.
hackerrank equalize the array problem can be solved by using auxiliary array. The complexity of equalize the array hackerrank solution is O (n). This hackerrank problem is aβ¦
hackerrank equalize the array problem can be solved by using auxiliary array. The complexity of equalize the array hackerrank solution is O (n). This hackerrank problem is aβ¦
Forwarded from JAVAAID
Hello All,
Linked in placement question--
Can you count the maximum number of consecutive 1s in binary representation of a number, without traversing the array?
This question is asked in linked-in placement and many more interviews.
I have tried my best to explain the solution of this question in more details.
https://youtu.be/bc7cxeDy308
Linked in placement question--
Can you count the maximum number of consecutive 1s in binary representation of a number, without traversing the array?
This question is asked in linked-in placement and many more interviews.
I have tried my best to explain the solution of this question in more details.
https://youtu.be/bc7cxeDy308
YouTube
Length Of The Longest Consecutive 1s In Binary Representation Of A Number | BitManipulation
In this video, I have explained efficient way to count maximum number of consecutive 1s in binary string.
Length of the Longest Consecutive 1s in Binary Representation can be solved by using bit manipulation. The complexity of consecutive 1s in binary numbersβ¦
Length of the Longest Consecutive 1s in Binary Representation can be solved by using bit manipulation. The complexity of consecutive 1s in binary numbersβ¦
Forwarded from HackerRank Solutions
Hi Coding Lover,
Today I have uploaded a tutorial on Hackerrank Equal Stacks problem.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem, please let me know in comments.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge. πο»Ώ
Note: Do not forget to like the video. if you find it useful, please let me know in the comments.
https://youtu.be/2PO0SRpoX-g
Today I have uploaded a tutorial on Hackerrank Equal Stacks problem.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem, please let me know in comments.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge. πο»Ώ
Note: Do not forget to like the video. if you find it useful, please let me know in the comments.
https://youtu.be/2PO0SRpoX-g
YouTube
Equal Stacks HackerRank Solution | Data Structures | Stacks
In this video, I have explained hackerrank equal stacks solution algorithm.
hackerrank equal stacks problem can be solved by using stack data structure. The complexity of equal stacks hackerrank solution is O (n1+n2+n3). This hackerrank problem is a partβ¦
hackerrank equal stacks problem can be solved by using stack data structure. The complexity of equal stacks hackerrank solution is O (n1+n2+n3). This hackerrank problem is a partβ¦
Forwarded from HackerRank Solutions
Hi Coding Lover,
Today I have uploaded a tutorial on Hackerrank Maximum element problem.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/CXYL8JfeN6I
Today I have uploaded a tutorial on Hackerrank Maximum element problem.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/CXYL8JfeN6I
YouTube
Maximum Element HackerRank Solution
In this video, I have explained hackerrank maximum element solution algorithm.
hackerrank maximum element problem can be solved by using two stacks. The complexity of maximum element hackerrank solution is O (n). This hackerrank problem is a part of Practiceβ¦
hackerrank maximum element problem can be solved by using two stacks. The complexity of maximum element hackerrank solution is O (n). This hackerrank problem is a part of Practiceβ¦
Forwarded from HackerRank Solutions
Hi Coding Lover,
Today I have uploaded a tutorial on Hackerrank ACM ICPC Team problem.
Please watch this video till the end and let me know If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/0THr0OGqSDY
Today I have uploaded a tutorial on Hackerrank ACM ICPC Team problem.
Please watch this video till the end and let me know If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/0THr0OGqSDY
YouTube
ACM ICPC Team HackerRank Solution
ACM ICPC team - In this video, I have explained hackerrank solution algorithm.
hackerrank ACM ICPC team problem can be solved by applying bit manipulation. This hackerrank problem is a part of Practice | Algorithms | Implementation | ACM ICPC team hackerrankβ¦
hackerrank ACM ICPC team problem can be solved by applying bit manipulation. This hackerrank problem is a part of Practice | Algorithms | Implementation | ACM ICPC team hackerrankβ¦
Forwarded from JAVAAID
Hi Coding Lover,
Today I have uploaded a tutorial on Hackerrank Climbing the Leaderboard problem. which is a good example of optimization.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem, please let me know in comments.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: Do not forget to like the video. if you find it useful, please let me know in the comments.
https://youtu.be/CAyXHTqBIBU
Today I have uploaded a tutorial on Hackerrank Climbing the Leaderboard problem. which is a good example of optimization.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem, please let me know in comments.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: Do not forget to like the video. if you find it useful, please let me know in the comments.
https://youtu.be/CAyXHTqBIBU
YouTube
Climbing The Leaderboard HackerRank Solution
climbing the leaderboard - In this video, I have explained hackerrank solution algorithm.
hackerrank climbing the leaderboard problem can be solved by applying binary search. The complexity of climbing the leaderboard hackerrank solution is O (n+mlogn). Thisβ¦
hackerrank climbing the leaderboard problem can be solved by applying binary search. The complexity of climbing the leaderboard hackerrank solution is O (n+mlogn). Thisβ¦
Forwarded from HackerRank Solutions
Hi Coding Lover,
Today I have uploaded a tutorial on Hackerrank Bigger is Greater problem.
Please watch this video completely and in this video I shared one Tip.and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like, comment and share with your friends.
https://youtu.be/BMbeeB_57Pk
Today I have uploaded a tutorial on Hackerrank Bigger is Greater problem.
Please watch this video completely and in this video I shared one Tip.and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like, comment and share with your friends.
https://youtu.be/BMbeeB_57Pk
YouTube
Bigger Is Greater HackerRank Solution
In this video, I have explained hackerrank bigger is greater solution algorithm.
hackerrank bigger is greater problem can be solved by converting string to character array. The complexity of bigger is greater hackerrank solution is O (n). This hackerrankβ¦
hackerrank bigger is greater problem can be solved by converting string to character array. The complexity of bigger is greater hackerrank solution is O (n). This hackerrankβ¦
Forwarded from HackerRank Solutions
Hi Coding Lover,
Today I have uploaded a tutorial on Hackerrank Arrays Left Rotation problem.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/TurKRD6Ne6w
Today I have uploaded a tutorial on Hackerrank Arrays Left Rotation problem.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/TurKRD6Ne6w
YouTube
Arrays Left Rotation HackerRank Solution
Arrays left rotation - In this video, I have explained Arrays left rotation hackerrank solution algorithm.
hackerrank Arrays left rotation problem can be solved by using extra array. This hackerrank problem is a part of Practice | Tutorials | Cracking Theβ¦
hackerrank Arrays left rotation problem can be solved by using extra array. This hackerrank problem is a part of Practice | Tutorials | Cracking Theβ¦
Forwarded from JAVAAID
Hi Coding Lover,
Today's video is very special, If you are a competitive programmer then this video is very important for you.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/S8V444xdNvM
π΄ DONT CLICK THIS: https://bit.ly/2G4cEuc
Today's video is very special, If you are a competitive programmer then this video is very important for you.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/S8V444xdNvM
π΄ DONT CLICK THIS: https://bit.ly/2G4cEuc
YouTube
Time Limit Exceeded- How To Avoid TLE ? | Trick To Pass All Test Cases In Competitive Programming
Time Limit Exceeded (TLE) Time Out Error mainly occurs when either program is not able to exit gracefully or some of the test cases are left for validation in a given time constraint for that problem.
This video explains how to overcome TLE by choosing theβ¦
This video explains how to overcome TLE by choosing theβ¦
Forwarded from HackerRank Solutions
Hi Coding Lover,
In this video tutorial, I have explained the art of translating problem statement into a programming language.
Please watch this video till the end and let me know If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://lnkd.in/gTrQbPM
π΄ DONT CLICK THIS: https://bit.ly/2G4cEuc
In this video tutorial, I have explained the art of translating problem statement into a programming language.
Please watch this video till the end and let me know If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://lnkd.in/gTrQbPM
π΄ DONT CLICK THIS: https://bit.ly/2G4cEuc
lnkd.in
LinkedIn
This link will take you to a page thatβs not on LinkedIn
Forwarded from HackerRank Solutions
Hi Coding Lover,
In this video tutorial, I have explained How To Solve Minimum Distances hackerrank problem in O(n) time.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
https://youtu.be/BWpq-WPL1kw
Note: if you find it useful, please do not forget to like and share your feedback in comments.
In this video tutorial, I have explained How To Solve Minimum Distances hackerrank problem in O(n) time.
Please watch this video till the end and let me know, If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
https://youtu.be/BWpq-WPL1kw
Note: if you find it useful, please do not forget to like and share your feedback in comments.
YouTube
Minimum Distances HackerRank Solution
In this video, I have explained hackerrank minimum distances solution algorithm.
hackerrank minimum distances problem can be solved by using map data structure. The complexity of minimum distances hackerrank solution is O (n). This hackerrank problem is aβ¦
hackerrank minimum distances problem can be solved by using map data structure. The complexity of minimum distances hackerrank solution is O (n). This hackerrank problem is aβ¦
Forwarded from HackerRank Solutions
Hi Coding Lover,
Today, I have explained How To Solve Sparse Arrays hackerrank problem in O(N+Q) time.
In this video tutorial, I have shared one of TIP to optimize the solution.
Please watch this video till the end and let me know If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
https://youtu.be/BZdnvTBO4vI
Note: if you find it useful, please do not forget to like and share your feedback in comments.
π΄ DONT CLICK THIS: https://bit.ly/2G4cEuc
Today, I have explained How To Solve Sparse Arrays hackerrank problem in O(N+Q) time.
In this video tutorial, I have shared one of TIP to optimize the solution.
Please watch this video till the end and let me know If you have any doubts or a better approach to solve this problem.
and don't forget to mention the points which you have got in the hackerrank platform after solving this challenge.
https://youtu.be/BZdnvTBO4vI
Note: if you find it useful, please do not forget to like and share your feedback in comments.
π΄ DONT CLICK THIS: https://bit.ly/2G4cEuc
YouTube
Sparse Arrays HackerRank Solution[Optimized Approach]
In this video, I have solved hackerrank sparse arrays problem by applying prepressing technique.
hackerrank sparse arrays problem can be solved by using map data structure. The complexity of sparse arrays hackerrank solution is O (N+Q). This hackerrank problemβ¦
hackerrank sparse arrays problem can be solved by using map data structure. The complexity of sparse arrays hackerrank solution is O (N+Q). This hackerrank problemβ¦