Forwarded from JAVAAID
YouTube
Dynamic programming Introduction | What Is Dynamic programming | How To Use It | EP1
Dynamic programming Introduction | What Is Dynamic programming | How To Use It
This video is the introduction to dynamic programming which covers below topics-
What is Dynamic Programming, In programming world?
Components of Dynamic programming
Characteristics…
This video is the introduction to dynamic programming which covers below topics-
What is Dynamic Programming, In programming world?
Components of Dynamic programming
Characteristics…
Forwarded from JAVAAID
YouTube
Dynamic Programming Techniques | Dynamic Programming Tutorial | EP2
Dynamic Programming Techniques :-In this video, I have explained the technique to solve any dynamic programming problems and that technique is named as FAST in short.
After watching this video, you will be able to solve any dynamic programming problem. So…
After watching this video, you will be able to solve any dynamic programming problem. So…
Forwarded from JAVAAID
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…
🆕 JAVAAID - Coding Interview Preparation: House Robber Problem | Maximum Sum Sub-sequence Non-Adjacent Pattern | Dynamic programming | EP4
YouTube
Google Coding Interview | House Robber LeetCode Solution | Dynamic programming | EP4
House Robber LeetCode Solution :- In this video, I have explained the pattern to solve house robber leetcode dynamic programming problem which is based on maximum sum subsequence non-adjacent pattern.
I have used FAST method to solve this DP problem.
After…
I have used FAST method to solve this DP problem.
After…
Forwarded from JAVAAID
YouTube
01 Knapsack Problem | Amazon Coding Interview | Dynamic programming | EP5
Knapsack Problem Using Dynamic programming : -In this video, I have explained the knapsack problem which is the optimization version of subset-sum.
I have used FAST method to solve this DP problem.
Here are the Outlines:
01:47 Knapsack problem
02:17 Knapsack…
I have used FAST method to solve this DP problem.
Here are the Outlines:
01:47 Knapsack problem
02:17 Knapsack…
Forwarded from JAVAAID
(Re-post)
Hi guys,
If you have not watched this tutorial just because it,s long ,you are missing alot.
In this tutorial, i have explained each and every thing which you need to know to deal with knapsack algorithm.
I have covered five different algorithms to solve this problem with proof.
https://youtu.be/aL6cU5dWmWM
Hi guys,
If you have not watched this tutorial just because it,s long ,you are missing alot.
In this tutorial, i have explained each and every thing which you need to know to deal with knapsack algorithm.
I have covered five different algorithms to solve this problem with proof.
https://youtu.be/aL6cU5dWmWM
YouTube
01 Knapsack Problem | Amazon Coding Interview | Dynamic programming | EP5
Knapsack Problem Using Dynamic programming : -In this video, I have explained the knapsack problem which is the optimization version of subset-sum.
I have used FAST method to solve this DP problem.
Here are the Outlines:
01:47 Knapsack problem
02:17 Knapsack…
I have used FAST method to solve this DP problem.
Here are the Outlines:
01:47 Knapsack problem
02:17 Knapsack…
Hello Coding lover,
In this video, I have solved hackerrank Ice Cream Parlor problem in an easy way which is based on Two Sum LeetCode problem.
Here I have explained three optimal approaches to solve this problem.
Two sum with hashmap or without hashmap.
https://youtu.be/7sEHjHef2zo
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
In this video, I have solved hackerrank Ice Cream Parlor problem in an easy way which is based on Two Sum LeetCode problem.
Here I have explained three optimal approaches to solve this problem.
Two sum with hashmap or without hashmap.
https://youtu.be/7sEHjHef2zo
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
Ice Cream Parlor HackerRank solution | Two Sum LeetCode Solution
In this video, I have solved hackerrank Ice Cream Parlor problem in an easy way which is based on Two Sum LeetCode problem.
Here I have explained three optimal approaches to solve this problem.
Two sum with hashmap or without hashmap.
The complexity of…
Here I have explained three optimal approaches to solve this problem.
Two sum with hashmap or without hashmap.
The complexity of…
Forwarded from JAVAAID
YouTube
Amazon Coding Interview | Longest Common Substring Dynamic programming | EP6
longest common substring using dynamic programming - In this video, I have explained how to solve longest common substring problem in multiple ways.
longest common substring using recursion
longest common substring recursion with memorization or top-down…
longest common substring using recursion
longest common substring recursion with memorization or top-down…
Forwarded from JAVAAID
Hello Coding lover,
In this video, I have explained 4 different ways to find the length of Longest Common Subsequence problem.
**Table of contents in short**-
Recursive Solution
Top down approach with memoization
Bottom-up approach using 2-D array
Bottom-up approach using 1-D array
https://youtu.be/DuikFLPt8WQ
Note: if you find it useful, please do not forget to like and share your feedback i
In this video, I have explained 4 different ways to find the length of Longest Common Subsequence problem.
**Table of contents in short**-
Recursive Solution
Top down approach with memoization
Bottom-up approach using 2-D array
Bottom-up approach using 1-D array
https://youtu.be/DuikFLPt8WQ
Note: if you find it useful, please do not forget to like and share your feedback i
YouTube
Longest Common Subsequence(LCS) Dynamic Programming In O(N) Space | EP7
longest common Subsequence efficient algorithm in O(N) space - In this video, I have explained 4 different ways to solve the longest common subsequence problem.
longest common subsequence using recursion
longest common subsequence recursion with memorization…
longest common subsequence using recursion
longest common subsequence recursion with memorization…
Forwarded from JAVAAID
YouTube
Minimum Deletions And Insertions To Transform A String Into Another | Dynamic Programming | EP8
Minimum Deletions & Insertions to Transform a String into another - In this video, I have explained how to solve string transformation problem.
I have used LCS method to solve this Minimum Deletions & Insertions to Transform a String into another DP problem.…
I have used LCS method to solve this Minimum Deletions & Insertions to Transform a String into another DP problem.…
Forwarded from Kanhaiya
Hey Everyone,
I was on Diwali vacation and visited my home town. So I could not upload any content during these days.
But now I am back to work.
Will see you soon with new content.
I was on Diwali vacation and visited my home town. So I could not upload any content during these days.
But now I am back to work.
Will see you soon with new content.
Hi Coding Lover,
Today, I have explained the technique to solve Count Triplets hackerrank problem in O(N) time.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/tBFZMaWP0W8
🔴 DONT CLICK THIS: https://bit.ly/2G4cEuc
Today, I have explained the technique to solve Count Triplets hackerrank problem in O(N) time.
Note: if you find it useful, please do not forget to like and share your feedback in comments.
https://youtu.be/tBFZMaWP0W8
🔴 DONT CLICK THIS: https://bit.ly/2G4cEuc
YouTube
Count Triplets Hackerrank Solution | Interview Preparation Kit
Count Triplets hackerrank solution: In this video, I have explained how to solve hackerrank Count Triplets problem in O(N) time complexity.
This hackerrank problem is a part of Practice | Interview Preparation Kit| Dictionaries and Hashmaps| Count Triplets…
This hackerrank problem is a part of Practice | Interview Preparation Kit| Dictionaries and Hashmaps| Count Triplets…
Hi Coding Lover,
Today, I have explained the technique to solve Triple sum hackerrank problem in optimize way.
Note: if you find it useful, please do not forget to like, comment and share with your friends.
https://youtu.be/pVkHLciuank
Today, I have explained the technique to solve Triple sum hackerrank problem in optimize way.
Note: if you find it useful, please do not forget to like, comment and share with your friends.
https://youtu.be/pVkHLciuank
YouTube
Triple sum Hackerrank Solution O(nlogn) | Interview Preparation Kit
triple sum hackerrank solution: In this video, I have solved hackerrank triple sum problem in optimize way.
This hackerrank problem is a part of Practice | Interview Preparation Kit| Search| Triple sum hackerrank challenge.
For simplicity, I have divided…
This hackerrank problem is a part of Practice | Interview Preparation Kit| Search| Triple sum hackerrank challenge.
For simplicity, I have divided…
Forwarded from 𝗗𝗔𝗧𝗔 𝗦𝗧𝗥𝗨𝗖𝗧𝗨𝗥𝗘𝗦 𝗔𝗡𝗗 𝗔𝗟𝗚𝗢𝗥𝗜𝗧𝗛𝗠𝗦 (KGupta)
Hey Everyone,
Important Note:
I have put all the awesome resources together to make the things easy for you all.
I have extracted all the resources from different posts and put it all together at one place, to prepare well for coding Interview and System design Interview.
If you think, I missed out something which should be part of this list, do not hesitate to ping me, will add it to this list.
Please feel free to provide your feedback or any suggestion to improve it.
Here we go :
SUBSCRIBE "JAVAAID -Coding Interview Preparation" for algorithms and problem-solving tips and tricks -
https://m.youtube.com/channel/UCx1hbK753l3WhwXP5r93eYA?sub_confirmation=1
Interview Puzzles : http://puzzles.nigelcoldwell.co.uk/
CODING INTERVIEW RESOURCES:
Free:
https://www.topcoder.com/community/competitive-programming/tutorials/
https://github.com/yangshun/tech-interview-handbook
https://www.interviewbit.com/courses/programming/
https://www.hackerearth.com/practice/data-structures
https://www.hackerearth.com/practice/codemonk/
https://www.hackerrank.com/interview/interview-preparation-kit
https://leetcode.com/problemset/all/
https://dynamic-programming.debkbanerji.com/
https://www.coursera.org/learn/algorithms-part1
https://www.coursera.org/learn/algorithms-part2
http://timroughgarden.org/videos.html
https://github.com/Java-aid/Hackerrank-Solutions
https://github.com/Java-aid/Interview-Preparations
https://github.com/Java-aid/LeetCodeSolutions
YOUTUBE :
Data Structures And Algorithm:
https://www.youtube.com/watch?v=zWg7U0OEAoE&list=PLBF3763AF2E1C572F
https://www.youtube.com/user/mycodeschool
Dynamic Programming :
https://www.youtube.com/playlist?list=PLSIpQf0NbcClDpWE58Y-oSJro_W3LO8Nb
All HackerRank Solution :
https://www.youtube.com/playlist?list=PLSIpQf0NbcCl6OJhtBtyMLmueB4klAEWk
Paid :
https://www.educative.io/courses/coderust-hacking-the-coding-interview?aff=xy8B
https://www.educative.io/courses/grokking-the-coding-interview?aff=xy8B
https://www.educative.io/courses/grokking-dynamic-programming-patterns-for-coding-interviews?aff=xy8B
SYSTEM DESIGN RESOURCES:-
Free :
http://highscalability.com
https://www.hiredintech.com/courses/system-design
https://www.interviewbit.com/courses/system-design
https://github.com/checkcheckzz/system-design-interview
https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview
https://github.com/checkcheckzz/system-design-interview
https://github.com/shashank88/system_design
https://gist.github.com/vasanthk/485d1c25737e8e72759f
https://www.geekyprep.com/design
https://www.quora.com/How-do-I-prepare-to-answer-design-questions-in-a-technical-interview (Gaurav sen Answer)
https://dev.to/kevtiq/how-to-create-a-scalable-and-maintainable-front-end-architecture-4f47
YouTube Video :
https://www.youtube.com/watch?v=-W9F__D3oY4
Paid :
https://www.educative.io/courses/grokking-the-system-design-interview?aff=xy8B
📖 TOP 10 BOOKS FOR CODING INTERVIEW :-
1) Cracking the Coding Interview :https://amzn.to/30HFJCE
2) Algorithms Hardcover :https://amzn.to/30Hjdd9
3) The Algorithm Design Manual :https://amzn.to/2AEtEDL
4) Data Structures & Algorithms in Java :https://amzn.to/2AG82ag
5) Data Structures and Algorithms Made Easy :https://amzn.to/2M8UvNK
6) Grokking Algorithms :https://amzn.to/2LKu8yD
7) Dynamic Programming for Coding Interviews :https://amzn.to/2AC7BO9
8) Introduction to Algorithms :https://amzn.to/2oSJAzq
9) Elements of Programming Interviews in Java :https://amzn.to/30MBjKO
10) Programming Interviews Exposed :https://amzn.to/2V8mFfO
COMMUNITY MUST JOIN :
Facebook Group (Coding Interview Preparation)-
https://www.facebook.com/groups/codingip
WhatsApp group-
https://chat.whatsapp.com/Bu5m4HsZPuG8oqKYBNRfjk
Like us on facebook-
For algorithmic tutorials :
https://www.facebook.com/javaaid
For hackerrank solutions :
https://www.facebook.com/HackerRankSolutionTutorials
Telegram channel-
https://t.me/javaaid
https://t.me/hackerranksolutions
https://t.me/dsalgorithms
Telegram Group -
https://t.me/javaaidfamily
https://t.me/dsalgorithmsgrp
Important Note:
I have put all the awesome resources together to make the things easy for you all.
I have extracted all the resources from different posts and put it all together at one place, to prepare well for coding Interview and System design Interview.
If you think, I missed out something which should be part of this list, do not hesitate to ping me, will add it to this list.
Please feel free to provide your feedback or any suggestion to improve it.
Here we go :
SUBSCRIBE "JAVAAID -Coding Interview Preparation" for algorithms and problem-solving tips and tricks -
https://m.youtube.com/channel/UCx1hbK753l3WhwXP5r93eYA?sub_confirmation=1
Interview Puzzles : http://puzzles.nigelcoldwell.co.uk/
CODING INTERVIEW RESOURCES:
Free:
https://www.topcoder.com/community/competitive-programming/tutorials/
https://github.com/yangshun/tech-interview-handbook
https://www.interviewbit.com/courses/programming/
https://www.hackerearth.com/practice/data-structures
https://www.hackerearth.com/practice/codemonk/
https://www.hackerrank.com/interview/interview-preparation-kit
https://leetcode.com/problemset/all/
https://dynamic-programming.debkbanerji.com/
https://www.coursera.org/learn/algorithms-part1
https://www.coursera.org/learn/algorithms-part2
http://timroughgarden.org/videos.html
https://github.com/Java-aid/Hackerrank-Solutions
https://github.com/Java-aid/Interview-Preparations
https://github.com/Java-aid/LeetCodeSolutions
YOUTUBE :
Data Structures And Algorithm:
https://www.youtube.com/watch?v=zWg7U0OEAoE&list=PLBF3763AF2E1C572F
https://www.youtube.com/user/mycodeschool
Dynamic Programming :
https://www.youtube.com/playlist?list=PLSIpQf0NbcClDpWE58Y-oSJro_W3LO8Nb
All HackerRank Solution :
https://www.youtube.com/playlist?list=PLSIpQf0NbcCl6OJhtBtyMLmueB4klAEWk
Paid :
https://www.educative.io/courses/coderust-hacking-the-coding-interview?aff=xy8B
https://www.educative.io/courses/grokking-the-coding-interview?aff=xy8B
https://www.educative.io/courses/grokking-dynamic-programming-patterns-for-coding-interviews?aff=xy8B
SYSTEM DESIGN RESOURCES:-
Free :
http://highscalability.com
https://www.hiredintech.com/courses/system-design
https://www.interviewbit.com/courses/system-design
https://github.com/checkcheckzz/system-design-interview
https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview
https://github.com/checkcheckzz/system-design-interview
https://github.com/shashank88/system_design
https://gist.github.com/vasanthk/485d1c25737e8e72759f
https://www.geekyprep.com/design
https://www.quora.com/How-do-I-prepare-to-answer-design-questions-in-a-technical-interview (Gaurav sen Answer)
https://dev.to/kevtiq/how-to-create-a-scalable-and-maintainable-front-end-architecture-4f47
YouTube Video :
https://www.youtube.com/watch?v=-W9F__D3oY4
Paid :
https://www.educative.io/courses/grokking-the-system-design-interview?aff=xy8B
📖 TOP 10 BOOKS FOR CODING INTERVIEW :-
1) Cracking the Coding Interview :https://amzn.to/30HFJCE
2) Algorithms Hardcover :https://amzn.to/30Hjdd9
3) The Algorithm Design Manual :https://amzn.to/2AEtEDL
4) Data Structures & Algorithms in Java :https://amzn.to/2AG82ag
5) Data Structures and Algorithms Made Easy :https://amzn.to/2M8UvNK
6) Grokking Algorithms :https://amzn.to/2LKu8yD
7) Dynamic Programming for Coding Interviews :https://amzn.to/2AC7BO9
8) Introduction to Algorithms :https://amzn.to/2oSJAzq
9) Elements of Programming Interviews in Java :https://amzn.to/30MBjKO
10) Programming Interviews Exposed :https://amzn.to/2V8mFfO
COMMUNITY MUST JOIN :
Facebook Group (Coding Interview Preparation)-
https://www.facebook.com/groups/codingip
WhatsApp group-
https://chat.whatsapp.com/Bu5m4HsZPuG8oqKYBNRfjk
Like us on facebook-
For algorithmic tutorials :
https://www.facebook.com/javaaid
For hackerrank solutions :
https://www.facebook.com/HackerRankSolutionTutorials
Telegram channel-
https://t.me/javaaid
https://t.me/hackerranksolutions
https://t.me/dsalgorithms
Telegram Group -
https://t.me/javaaidfamily
https://t.me/dsalgorithmsgrp
YouTube
JAVAAID - Coding Interview Preparation
I am Kanahaiya Gupta and currently working as a Software Engineer-||| in Walmart Labs.
I have started this channel to share my knowledge and experience for coding interviews.
JAVAAID is an educational initiative. It aims is to help people for building their…
I have started this channel to share my knowledge and experience for coding interviews.
JAVAAID is an educational initiative. It aims is to help people for building their…
HackerRank Solutions pinned «Hey Everyone, Important Note: I have put all the awesome resources together to make the things easy for you all. I have extracted all the resources from different posts and put it all together at one place, to prepare well for coding Interview and System…»