00:00 Learn data structures and algorithms for coding interviews in just four weeks 01:22 Understanding data structures and algorithms is like building a Lego house 02:45 Learning data structures and algorithms is crucial for coding interviews 04:06 Algo Monster simplifies coding interviews 05:21 To pass coding interviews, focus on mastering medium-level problems and use the famous Blind 75 lead code problems list. 06:36 Learn to solve coding problems conceptually before writing code 07:57 Steps to solve coding problems effectively 09:11 Mastering data traction algorithms is key to programming success
For me, I just practiced A LOT and tried to repeat the concepts over and over again until I got it. But honestly, some of them I haven't ever used even after being a full time Software Engineer for over 10 years
Key points from this video:- 1)solving the questions conceptually 2) writing down the concepts into the code 3)fine to look at the solution but need to understand what was the actual logic behind it 4) after successful submission take away a general pattern
Try to understand how Data Structure and Algorithms work, take a course, or read an article but mainly solve a bunch of challenges A LOT! Use platforms like LeetCode, Hackerrank, Exercism and others. Key points from this video:- 1) Solving the questions conceptually 2) Writing down the concepts in the code 3)fine to look at the solution but need to understand what was the actual logic behind it 4) After successful submission take away a general pattern
Thanks for this video. I'm currently practicing DSA for that job offer, which totally deprives the joy of coding compare with development. Your video adds some sweet to this dry process and I cannot deny that there're sensible reasons behind it.
90% of the solution is the individual. If you don't conquer yourself, your fears and manage all distractions in your daily life, no amount of planning and practice would work.
they are not theoretical concept, they are applied concepts, I am a software engineer and i use them daily, either as building desktop and backend apps.
Exactly. All the experts that have being doing this for years are saying DSA is extremely important and is the heart and soul of computer science. Yet this guy who never did a CS degree and worked as an entry level graduate role for a few months tells us they’re not important and is nothing to do with making good software… smells a bit fishy. Also 35k straight out of uni for a job you never even graduated in is really good in the U.K.
BRO...HELP PLEASE. Bro how did you learnt DSA in python? Like i am not able to find the proper source to learn DSA in python. Idk why on earth everybody saying go for JAVA or C++ for DSA why not PYTHON ? . Since I'm new to coding its daunting to start in JAVA or C++ later to DSA part. Buy I don't wanna loose the hope.
Hey man. Thanks a lot for this video. I have an Amazon SDE test soon. I don't feel confident at all about it. I saw this video. I watched it to the end. I will be looking at the next two videos you recommended on Data Structures and Algorithms respectively.
The 5 strategies from the Author. Solve the problem conceptually: The author tries to understand the problem without thinking about the code, using visual aids if necessary. Apply the conceptual solution to code: The author attempts to write code that implements the solution he came up with in the previous step. Look up the answer if stuck: The author does not hesitate to check the correct solution if he cannot solve the problem within 30 minutes. Understand the solution: The author makes sure he knows how and why the solution works, and what are the key concepts involved. Learn the pattern: The author tries to identify the general principle or technique that can be applied to similar problems in the future.
So, my take away from this, is you was a coder at your previos job, and you graduated to a programmer? Additionally, I would be more concerned if you could not pick it up fast, since you was already a software engineer. 😅
So IMC, if we don't use Algo. Should we just take the 75 question and try to understand the solution of the questions? Like, read the question try to do it if can't just see the answer again and again until it sticks to your mind?
@@InternetMadeCoder Thanks man. Also in one of your videos you said I have a course that teaches you how to code with Chatgpt... To make us see the big picture etc. I could not find the link. I love your videos man. Keep it up
bro share your thoughts on, how a person who is looking to get into web development should prepare for getting a job at present scenario, where Ai has been improving at better rate and companies lay-offs. so-many doubts, has been raising in brain and due to that moral has been getting down. please make your thoughts on it if possible. thank you for your valuable content (i am 30 year old. looking to get a job on react, and started my journey recently.. if possible plz share any feedback... it will so help if you can ...)🙏🙏🙏
@@InternetMadeCoder So the previous efforts made the subsequent effort more effective. It is hard to ever know exactly where to start when learning something new. A good starting point for one person may be less effective as a starting point for another. It always depends on previous experience. I will try your recommendations.
Overall conclusion of this video. a five-step strategy: Solve the problem conceptually first. Try to write the code. If stuck, look at the solution. Understand the solution deeply. Learn the pattern for future use.
sorry to disturb, i saw u have a keychron, i am programming in c++ and i have a k6, do you know how, with keychron keyboards, can u add shortcuts or substitute some keys so i can write the signs of shift???
Hello, I enjoyed your video. It fueled my desire to study computer science. I observed a python book on your shelves that was white with a python logo. What's the title of the book? timestamp: 0:43
I had the same plan, the notice period in my case was for 90 days and as always I just wasted it all, I only have a week left now and I am sure I will waste that too 😭😭😭
Data structures are used everywhere. Building things ziplist, top-k using sketching algorithms do requires knowledge of what structures are there and how to access efficiently. But those are no where near to inverting a binary tree or shit like that. Computer science is interesting. The corporate world is what made this dumpster fuck. It’s the worst thing to do, to follow your passion as a employee
I love watching your UA-cam videos. You are a very unique UA-camr and have great insights into different aspects of programming. However, something I find a bit disappointing is your lack of coverage on artificial intelligence. A lot of people are talking about ChatGPT and AI these days. I would love to see you make videos about AI. Perhaps share some ways a programmer can use ChatGPT or other artificial intelligence as a software developer.
Clearly defined problem, inputs and finite solution. Then comes efficiency. I am learning using chat gpt all the internet courses as u said dont teach in a way I want. Either they are too slow or too fast without giving u the context. U need to understand why we are doing this to get a solution. Wasted a lot of time chat gpt gives a way better explanation giving code examples bro that is crazy would have saved 10 hrs of my life if I proompted first.
first you need to know how to apply your methods of problem solving into code , for that u need dsa. i dont know anything actually, in many leetcode problems i found the steps and methods to solve the problem many times , but failed to implement in coding part . leetcode is not waste of time its like flexing your ability to code if u did it by yourself even if it is easy problems, so learn basics thoroughly before jumping into the battlefield called leetcode,
🚀 Master the Coding Interview Without the Grind - shrsl.com/42ufi
HI your Computer Science Degree link not work
You just inspired me to start my coding journey.
00:00 Learn data structures and algorithms for coding interviews in just four weeks
01:22 Understanding data structures and algorithms is like building a Lego house
02:45 Learning data structures and algorithms is crucial for coding interviews
04:06 Algo Monster simplifies coding interviews
05:21 To pass coding interviews, focus on mastering medium-level problems and use the famous Blind 75 lead code problems list.
06:36 Learn to solve coding problems conceptually before writing code
07:57 Steps to solve coding problems effectively
09:11 Mastering data traction algorithms is key to programming success
I’m sorry but it’s hard to trust that this is a good source to learn DSA when they’re also paying you to say it.
Agreed
Yes
True
For me, I just practiced A LOT and tried to repeat the concepts over and over again until I got it. But honestly, some of them I haven't ever used even after being a full time Software Engineer for over 10 years
have good day
Do you mean some of them are waste of time. If you never used them that might be the case
Du bist gefühlt unter jedem IT video😂
They're just used to get past interviews
This is actually useful, useful for passing interviews 😂😂 but it is overrated because it's not so useful outside of that
Key points from this video:-
1)solving the questions conceptually
2) writing down the concepts into the code
3)fine to look at the solution but need to understand what was the actual logic behind it
4) after successful submission take away a general pattern
life saving reply
Try to understand how Data Structure and Algorithms work, take a course, or read an article but mainly solve a bunch of challenges A LOT! Use platforms like LeetCode, Hackerrank, Exercism and others.
Key points from this video:-
1) Solving the questions conceptually
2) Writing down the concepts in the code
3)fine to look at the solution but need to understand what was the actual logic behind it
4) After successful submission take away a general pattern
Nothing new here guys. It's just a giant ad. Please skip.
Thanks on info
I don't get how you do it, but your videos always align with my computer science journey, big up!
Thanks for this video. I'm currently practicing DSA for that job offer, which totally deprives the joy of coding compare with development. Your video adds some sweet to this dry process and I cannot deny that there're sensible reasons behind it.
90% of the solution is the individual. If you don't conquer yourself, your fears and manage all distractions in your daily life, no amount of planning and practice would work.
For me, I'm a visual person myself, so I might use this technique when I'm thinking about algorithms. I also might do it when codeine as well
you have made me enthusiastic about coding. your the best mentor.
This is my goal for the next 2 months to master DSA thanks for this headstart
Are you able to master DSA by now?
How did it go
they are not theoretical concept, they are applied concepts, I am a software engineer and i use them daily, either as building desktop and backend apps.
Exactly. All the experts that have being doing this for years are saying DSA is extremely important and is the heart and soul of computer science.
Yet this guy who never did a CS degree and worked as an entry level graduate role for a few months tells us they’re not important and is nothing to do with making good software… smells a bit fishy.
Also 35k straight out of uni for a job you never even graduated in is really good in the U.K.
@@Mikebigmike94 Ikr, people claim DSA is of no use, they're probably working frontends... XD performance matters as fuck
Some of the best information available, you’re a great UA-camr! Good luck on your journey! Thanks for the help 😁
Simple and Concise anatomy of "What and Why" before anyone starts learning DSA.
BRO...HELP PLEASE. Bro how did you learnt DSA in python? Like i am not able to find the proper source to learn DSA in python. Idk why on earth everybody saying go for JAVA or C++ for DSA why not PYTHON ? . Since I'm new to coding its daunting to start in JAVA or C++ later to DSA part. Buy I don't wanna loose the hope.
you got it yet or nah?
Yep, Data Structures & Algorithms there are my points for growth in programming. Thanks for sharing !
Hey man. Thanks a lot for this video. I have an Amazon SDE test soon. I don't feel confident at all about it. I saw this video. I watched it to the end. I will be looking at the next two videos you recommended on Data Structures and Algorithms respectively.
why effects and music louder than your voice sometime ?
What handheld microphone do you use?
Edit: also what camera do you use
Rode VideoMic NTG, Sony A7IV
The 5 strategies from the Author.
Solve the problem conceptually: The author tries to understand the problem without thinking about the code, using visual aids if necessary.
Apply the conceptual solution to code: The author attempts to write code that implements the solution he came up with in the previous step.
Look up the answer if stuck: The author does not hesitate to check the correct solution if he cannot solve the problem within 30 minutes.
Understand the solution: The author makes sure he knows how and why the solution works, and what are the key concepts involved.
Learn the pattern: The author tries to identify the general principle or technique that can be applied to similar problems in the future.
So, my take away from this, is you was a coder at your previos job, and you graduated to a programmer? Additionally, I would be more concerned if you could not pick it up fast, since you was already a software engineer. 😅
Hello nice informative video , by the way which keyboard are you using can you drop a link for that ? Thanks in advance :)
Do you think is worth to learn web dev in this years with all the AI tools?
1:41 Best explanation of the reason why we need DSA.
that back ground music is from Hyouka right? i knew it hehe😁😁
So everything I'm doing while writing code is actually data structure and algorithm?? I'm suprised an find hard to believe 😳
So IMC, if we don't use Algo. Should we just take the 75 question and try to understand the solution of the questions? Like, read the question try to do it if can't just see the answer again and again until it sticks to your mind?
Follow the process I laid out on week 3 for each question
@@InternetMadeCoder Thanks man. Also in one of your videos you said I have a course that teaches you how to code with Chatgpt... To make us see the big picture etc. I could not find the link. I love your videos man. Keep it up
0:11 bro I was eating 😢😅
lmao haha
Awesome video...thanks for sharing bro :)
bro share your thoughts on, how a person who is looking to get into web development should prepare for getting a job at present scenario, where Ai has been improving at better rate and companies lay-offs. so-many doubts, has been raising in brain and due to that moral has been getting down. please make your thoughts on it if possible. thank you for your valuable content (i am 30 year old. looking to get a job on react, and started my journey recently.. if possible plz share any feedback... it will so help if you can ...)🙏🙏🙏
I think your previous efforts at trying to learn this stuff probably actually helped your subsequent efforts to learn this stuff.
yeah of course
@@InternetMadeCoder So the previous efforts made the subsequent effort more effective. It is hard to ever know exactly where to start when learning something new. A good starting point for one person may be less effective as a starting point for another. It always depends on previous experience. I will try your recommendations.
Bhai mere to concept clear nahi ho raha he
Hi! Can you tell me what IDE are you using in python at 2:20?
I think it's VS code
I think it’s pycharm or sublime
I wanted to learn coding and programming, data structures and algorithms but i couldn't learn these technologies because of lack of resources
how are dubai salaies for software engineer? please do series on it
Not high. Dubai is great as an entrepreneur, not for SWE jobs
Overall conclusion of this video.
a five-step strategy:
Solve the problem conceptually first.
Try to write the code.
If stuck, look at the solution.
Understand the solution deeply.
Learn the pattern for future use.
sorry to disturb, i saw u have a keychron, i am programming in c++ and i have a k6, do you know how, with keychron keyboards, can u add shortcuts or substitute some keys so i can write the signs of shift???
@2:23 ahh, seriously, ChatGPT can throw such a code in seconds
You just answered so many questions for me
Hello, I enjoyed your video. It fueled my desire to study computer science. I observed a python book on your shelves that was white with a python logo. What's the title of the book? timestamp: 0:43
Elements of Programming Interviews in Python(Book by Adnan Aziz, Amit Prakash, and Tsung-Hsien Lee)
@@kksharma717 Thank you very much.
Great 👍 job 👏👏👏
I had the same plan, the notice period in my case was for 90 days and as always I just wasted it all, I only have a week left now and I am sure I will waste that too 😭😭😭
What company you were in?
@@shaurya2608 probably one of the CHWTIA companies I think
Data structures are used everywhere. Building things ziplist, top-k using sketching algorithms do requires knowledge of what structures are there and how to access efficiently.
But those are no where near to inverting a binary tree or shit like that.
Computer science is interesting. The corporate world is what made this dumpster fuck. It’s the worst thing to do, to follow your passion as a employee
I love watching your UA-cam videos. You are a very unique UA-camr and have great insights into different aspects of programming. However, something I find a bit disappointing is your lack of coverage on artificial intelligence. A lot of people are talking about ChatGPT and AI these days. I would love to see you make videos about AI. Perhaps share some ways a programmer can use ChatGPT or other artificial intelligence as a software developer.
I talk about it literally all the time
where do you work?
Bragi's Poem backsound makes me goosebump
Thank you so much!!
Is there any free to learn Data Structures and algorithms
yeah tons, find Neetcode on YT he has tons of free videos, I believe Free Code Camp has a free DSA course etc
Manifest to master DSA ❤
Clearly defined problem, inputs and finite solution. Then comes efficiency. I am learning using chat gpt all the internet courses as u said dont teach in a way I want. Either they are too slow or too fast without giving u the context. U need to understand why we are doing this to get a solution. Wasted a lot of time chat gpt gives a way better explanation giving code examples bro that is crazy would have saved 10 hrs of my life if I proompted first.
So you learn everything, and then pursue your dreams
Wow i need to learn
You should avoided that weird sound in the beginning intro bro 😂😂. Honestly speaking, I am in awkward situation now.
thanks brother
I suspect that he did get that job. But still great video sir.
why this video never ends 🤣🤣
Plz,without music 😢
Too good
yee am the first to comment :)
5th to comment
I need a Suggestion from you
Is leetcode worth or waste of time.
It's worth it bro at least you get to know a bit of what to expect
first you need to know how to apply your methods of problem solving into code , for that u need dsa. i dont know anything actually, in many leetcode problems i found the steps and methods to solve the problem many times , but failed to implement in coding part . leetcode is not waste of time its like flexing your ability to code if u did it by yourself even if it is easy problems, so learn basics thoroughly before jumping into the battlefield called leetcode,
First to comment
This video was not worth my time.
Bad video
Time wasting