Thanks for all the comments! I wanted to add a quick note here that the intention of this video is to help you get better at Data Structures and Algorithms, and not to help you prepare for coding interviews. While I did add a book with interviews in mind and discuss that perspective throughout the video, that isn't the main goal of this video. The goal here is to simply help you get a better grasp of Data Structures and Algorithms. Interviewing is a whole different ballgame, and requires specific strategies and approaches to nail. I will make a video series on the whole process of getting better at coding interviews in the near future. But before you can get better at interviewing, you have to improve your foundational knowledge of Data Structures and Algorithms -- that's what this video is for! Hope that makes sense. Cheers! :)
@satyam19454 жыл бұрын
Mycodeschool for basic and neso academy for c basic(theory and some pre-implementaion example,use 1.5x) or nptel (look for differ IITs if any updated new courses some are too old and some are new,use 2x here).
@aminulislamsabbir49894 жыл бұрын
could you suggest which Discrete mathematics book are better
@abhishekmaurya1963 жыл бұрын
Thanks man. Love from Mumbai
@damianschroeder71453 жыл бұрын
Those guitars 😍
@dgleitaocontratos2 жыл бұрын
@@aminulislamsabbir4989 +1 to any Discrete math book recommendations
@damercy4 жыл бұрын
Love how you actually showed and read through the books instead of blabbering out a script. What a man! ❤😃
@EngineeringwithUtsav4 жыл бұрын
:)
@hashimali40054 жыл бұрын
Grokking algorithm literally helped me to vanish my fear for coding.
@amelia.s19967 ай бұрын
Really? I’m really scared of algorithms, but I know need to be good at it if I want to succeed in technical interviews! I will definitely give it a try, thank you!
@MedinaZyzz4 жыл бұрын
KZbin algorithm can sometimes be fantastic, this is exactly what I was looking for. Thanks a lot!
@sebastiansaenz32394 жыл бұрын
It's 2 am, spent all day coding, and can't stop learning tech stuff. Is addictive 😭
@EngineeringwithUtsav4 жыл бұрын
👏👏👏 That’s what I’m talking about! No sleep with the wicked! 😀 Keep it up bro!
@indiansoftwareengineer48994 жыл бұрын
@@EngineeringwithUtsav Thanks, this kind of engagement really motivates us to work harder and get where we want to be...
@RajPatil-coder3 жыл бұрын
Keep it up bro
@shoebilyas96643 жыл бұрын
Good. But do take breaks and do different things so that you don't get burnt out.👍
@adipurnomo56833 жыл бұрын
@@shoebilyas9664 agreed
@casualray20964 жыл бұрын
This is great! Next semester I start “Introduction to C++” first year of a community college working on an Associate Transfer to SDSU. I’ve been looking books like this, thank you for the video!
@alexwho64913 жыл бұрын
Ha we are in the same boat. Im hammering on c++ and java language because those are coding languages UC schools focus on
@arturofonseca58463 жыл бұрын
Same! I am also trying to transfer to CPP! Good luck to both of you! 💪🏻
@casualray20963 жыл бұрын
@@arturofonseca5846 If you don’t have any programming experience IT will be a bit difficult but don’t give up! With time, all that you have learned will connect in some way. Keep your heads up and good luck!
@justincook84732 жыл бұрын
You can do it! I transferred from a California CC to Cal!
@mansur.dev1999Ай бұрын
how are you my friend?
@Mop_Deep4 жыл бұрын
Damn dude. Im about to graduate next semester and was looking for something just like this. I love the layed approach. I need to freshen up on my algo and DS for interviews. Thank you for sharing this!
@Words-of-encouragement.-.3 жыл бұрын
How is it going? Have you graduated already?
@Mop_Deep3 жыл бұрын
@@Words-of-encouragement.-. Yes ! I graduated and I have a software engineering position. Currently working on getting some cyber security certifications. I want to do some red team.
@Krazness3 жыл бұрын
All solid recommendations. Grokking Algorithms was one of the best texts I read regarding the topic. I loved how Aditya broke the concepts down into simple relatable examples
@somebodyoulove2 жыл бұрын
I’m reading it currently. So beginner friendly.
@russellkarabelnikov5392 жыл бұрын
would you recommend me this book to learn algorithms in python 3 ?
@Krazness2 жыл бұрын
@@russellkarabelnikov539 I would. But focus on learning how they work generally, and not for a specific language
@reralt3 жыл бұрын
You are like a hidden gem in KZbin. Great video style. On point and clear cut.
@nikcsm4 жыл бұрын
Dudeee.....you look so happy while reading from those books 😀😀 I used Elements of Programming Interviews for my interview prep and it is an amazing resource for sure. The questions are amazing and the way they relate other possible questions which can emerge from one question.
@AshishRaj-zv8nc4 жыл бұрын
I have seen a lot of videos on Self-coding/Software Development, but your quality of videos is unparalleled. Great Aesthetics and unbelievably high quality content !
@therocketmanprince6823 жыл бұрын
The best thing about your videos you give all the answers in a structured way.
@fubarace10273 жыл бұрын
My CS Professor was telling us last week about the Introduction to Algorithms book, and how it's the bible for this job. He was suggesting to all of us that if we intend to pursue this line of work, we should try to pick up at least an older edition of the book. Thanks for giving me some lead in books.
@GooniesDev3 жыл бұрын
I am envious of their students, the only important thing that my university has taught me was agile methodology :(
@jamesj54692 жыл бұрын
I just bought 3 of the books for the summer to study and help understand before the class starts. I also liked the way you you pick the books. Cause I was just going to buy a book but glad I watched this video
@Dedseq4 жыл бұрын
Nice readings. I want to improve my algorithm knowledge. Btw, giving that personal piece of info helps out!
@EngineeringwithUtsav4 жыл бұрын
Glad it was helpful!
@smikkelbeer78902 жыл бұрын
Interesting video. I am preparing for next semester with Robert Sedgewick's 'Algorithms 4th edition' and was curious what other people were using to study.
@Iamine1981Ай бұрын
Number 3, CLRS, was my first go-to into the world of DS&A. I came from a heavy maths background and needed something thorough to make me understand the concepts in detail. For someone not from a CS background, I struggled at first to understand some complicated topics such as the layout of hash maps, but once you have read the chapters more than a few times with a pen and paper, drawn some pictures to make understanding the data structures more intuitive, it is actually manageable. I thank the writers of CLRS for having put together such high quality content, it has definitely helped me a lot in better understanding algos.
@Xun_Liu_InternationalАй бұрын
Hi Utsav, thank you so much for sharing your thoughts on the best books for learning data structures and algorithms. I really appreciate the way you explain how to approach reading these books-it’s incredibly helpful! I studied computer science two years ago, then switched to finance, and now I’m exploring ways to combine the two fields. As a Chinese learner, I sometimes find it challenging to read books thoroughly, so I usually jump straight to solving problems. Your method of explaining how to effectively read and learn is something I really admire. Thanks again for your effort and insights!
@Peywan3 жыл бұрын
starting to fall in love with your channel, good stuff. appreciated
@EngineeringwithUtsav3 жыл бұрын
Awesome, thank you!
@mikelong34444 жыл бұрын
Great!!! Finally we have the recommended book list from Utsavized on Data Structures and Algorithms. YAY!!!!!
@EngineeringwithUtsav4 жыл бұрын
😅
@omidtarabavar25762 жыл бұрын
thanks for showing inside the books and giving short explanation and leveling books. this video is amazing :)
@SB-tc5je4 жыл бұрын
Great video Utsav! Very informative! Ordered the first two books, will be a good read for the upcoming holidays . Thanks! :)
@EngineeringwithUtsav4 жыл бұрын
Awesome! The first two books are a fun read!
@sudaminis13023 жыл бұрын
This is a really helpful list of resources. I appreciate your channel and efforts you are putting into educating others! Thank you!
@comscinerd20704 жыл бұрын
This video actually read my mind lol, my DS&A kicked my ass this semester and I was like "hm I need a better textbook to study over break" and when I come home I see this video lol
@germangonzalez7185 Жыл бұрын
i have being search for a while for a video like this. I am very lucky to have found your video and chanell, i was very lost looking for how to approach DSA. My University is pretty terrible at it and teaching it, so i had to find by myself a way to find. Thank you, thank you, thank you! I think i will buy all of the books, but start from the Distilled one and end up in the interview book one. You have saved my career life :D
@gitarthakumarsarma63654 жыл бұрын
Liked the part that you stressed on first having a brief overview of the topics and then slowly and steadily diving deeper into specific topics. I first started learning a topic too much, which indeed helped but then it becomes discouraging if you are learning on your own, you don't get immediate results and then you started doubting yourself. Having a brief idea is enough to start solving problems and then picking up the topic as you keep on learning. This way I learned a lot and at the same time had the motivation to study. I am still a noob :) but this way my learning curve is much much better.
@anonymous5k434 Жыл бұрын
great channel. as a 19 years old programmer i am glad i found this channel
@ShotterManable3 жыл бұрын
great great video. I will continue with CS destilled. I was looking to feel confident about alg & ds interviews. Thanks a lot
@abhayakumarmishra56354 жыл бұрын
Love your videos. It makes me calm and focused , much needed for a software developer ❤️.
@iamserda3 жыл бұрын
@EngineeringwithUtsav, I hope we get to work together on a project or some functional area in Tech. You don't make things sound effortless and that's an excellent approach. "It can be done but it takes work."
@rayansattarkhan68073 жыл бұрын
Cool background music. Really into your channel and content. Great stuff.
@satyajitmajhi14062 жыл бұрын
highly appreciate this video brother!, it helped me to get an insight regarding what books should i go to
@zafarhussain95104 жыл бұрын
Thanks sir for this video. I have a request to you . Can you make a separate video like this on DISCRETE MATHEMATICS ( for the step by step learning)
@astropgn2 жыл бұрын
I bought the big one. In my mind: i studied a lot of the topics, i intuitively understand what these algorithms do, and now I am ready to get deep into them and learn how they really work. I started reading it and on the first algorithm (insertion sort) I opened my code editor and started doing it. I tried to do without copying the pseudo code, but actually doing it from reasoning. It took me several hours until I got it done (it was a naive bug of changing the variable and not the element in the list). I also had to look at some implementations in the meantime. Yeah. This is going to be a LONG ride.
@Harshanandita2 жыл бұрын
Then you are probably doing it wrong way, don't waste hours on it, 8-10 minutes are enough, sometimes you need to know k things already to be able to think of next bunch of n things Think about it 😉
@lucianopopo2 жыл бұрын
I'm a senior Java developer (I work with Java since 2013) in big projects. I've never needed any algorithm to do my work, only the basic structures and logic to do my work. I have the book "Introduction to Algorithms" and this book is almost impossible to study if you don't know well all the basics algorithms and some advanced ones. And this book doesn't have the exercises answers. I don't recomend this book. Buy it if only you gonna work with something that needs the use of advanced algorithms.
@astropgn2 жыл бұрын
I think this book is for people doing computer science when studying algorithms for 1 or 2 semesters. So it is bundle with other required courses like numerical analysis and some fundamental knowledge on the basics of algorithms and logic. It can be an entry level, because it seems to be very comprehensive. But it will require a lot of dedication and brain cramps. I believe it is best suited if you are using it as a textbook for some class. Here on KZbin there is the MIT course on algorithms and they follow this book. It complements it very well.
@nims5537 Жыл бұрын
Where are the exercices answers then ?
@lucianopopo Жыл бұрын
@@nims5537 look on Google for "Introduction to Algorithms exercises answers", I think you can find them. There are some PDF files with the answers.
@neingtyyyy3 жыл бұрын
your approach to topics in general is very unique. I have been following your videos and I love them. Thank. you and keep up the good work. 😀
@abimaelmartell3 жыл бұрын
Nice video, i've had Computer Science Distilled on my Wish List for about a year, but after your recommendation i'll buy it. I'm an experience Software Developer, but still struggle with Algorithm Interviews. Thanks!
@neoTriny3 жыл бұрын
Cant thank you enough I was searching for these type of book suggestions those 4 books are gem, like you 🔥
@harshithranadhir16563 жыл бұрын
Awesome video man👌 .Thanks for the suggestions and detailed procedure to get good at algorithms.
@sparshsharma13432 жыл бұрын
Amazing Video. Provides great insights and resources in the video as well as in description. Thank You Very Much.❤❤
@samueltekle22674 жыл бұрын
Another awesome video and content. Thank you very much for sharing brother, I will definitely be buying one of the books.
@shimadabr2 ай бұрын
CLRS is great if you have some mathematical maturity, because it is very technical. Highly recommended for people that thinks about doing maters or PhD on computer science. One book I generally recommend over CLRS for "normal people" is "The Algorithm Design Manual" by Skiena. It i much more acessible while not being superficial; and it has many "war stories" where the author goes over the rationable step by step to solve some algorithm problems he found in real life.
@shubhamnagure76543 жыл бұрын
Liked this content and subscribed , this is what i am looking for
@Ahmed_Asif3 жыл бұрын
Apart from being a very informative video, your voice is very peaceful. 👍🏽👍🏽👍🏽👍🏽👍🏽👍🏽👍🏽👍🏽👍🏽👍🏽👍🏽👍🏽
@adityabhandoh78714 жыл бұрын
Thanks man. This really helped a lot.
@arwaiz6103 жыл бұрын
I loved this video! Thank you 💙
@AntoineJacques4 жыл бұрын
Thank you so much, this will help. I'm going to start learning dsa in a week or so.
@EngineeringwithUtsav4 жыл бұрын
Best of luck! You got this!
@wewe-fx6un3 жыл бұрын
The hard cover with CLRS is ❤️
@TheJoaohc3 жыл бұрын
Good to know that there are more people out there writing code and playing guitar :)
@EngineeringwithUtsav3 жыл бұрын
🤘
@sivapraveens96433 жыл бұрын
Thanks a lot man, you got inspired me to learn DS algo :-)
@hyfydistro3 жыл бұрын
I suggest people learn about Data Structures alone before Algorithms. Putting them two together is already a tough task.
@abdelghafourelbikha94223 жыл бұрын
that what I did with Intro to algo the mit book I went to data struc then I will got algo
@zyadashraf99994 жыл бұрын
You're such a good man , thanks for the effort and info ❤️❤️❤️❤️
@nirajgujarathi67963 жыл бұрын
Really helpful video for DSA beginners , thank you!!
@JohnWickXD3 жыл бұрын
Please upload more videos like this one❤...So helpful
@BhargavSushant3 жыл бұрын
its been 11 years, I am still recovering from the trauma of Corman's Algorithms book, I wasn't ready for that book.
@kaioneal61603 жыл бұрын
I am Buying all these books in the description!! Thank you!!
@Allthingslearningg3 жыл бұрын
I totally loved the video, thank you so much
@DivyaJharia4 жыл бұрын
I liked the video the books recommended are the once i used in my college i guess time to read them once again :-P, also the happiness in your face when u were saying you should know whats an int, array, variables etc hehe
@apoorvkumar52074 жыл бұрын
Thank you for this video, I have messaged so many times for this. Thank you😀
@EngineeringwithUtsav4 жыл бұрын
No problem 😊
@sitharthanmirudhul54113 жыл бұрын
Truly great man. Thanks for your video.
@МихаилЧон3 жыл бұрын
Thank you very much! Very good books review.
@nikhilmatkawala67273 жыл бұрын
Very helpful video sir, I will watch all your videos
@arvindvish25884 жыл бұрын
thanks to youtube's recommendations for your videos
@nieczerwony Жыл бұрын
One impoetant if not "the" most important book is missing "The art of computer programming" by Donald Knuth. This is not for begginers but man each volume describe different types of algorithms. If you are nerd or a geek this book is a must in your library.
@mr.jyotiranjankalta80983 жыл бұрын
Your way of explaining tremendous bro..
@indiansoftwareengineer48994 жыл бұрын
Thanks man, for these recommendations..... Please make a video for Junior developers to grasp more and more concepts of Software Development, to become best in field.
@EngineeringwithUtsav4 жыл бұрын
I'd suggest watching my other recommendations videos, on books, projects, programming languages. It covers a lot of stuff useful for beginner software engineers.
@UserBDXYZ2 жыл бұрын
A good introductory book on algorithms is "How to Solve It by Computer" by R. G. Dromey. This is a great book for learning to think algorithmically.
@gilbasit4 жыл бұрын
Great Video! Fantastic content as always!!
@suandisimanjorang12564 жыл бұрын
Thank you very much for sharing your experiences and knowledge
@madhuranaik55523 жыл бұрын
Thankyou! It was really helpful 👍🏻
@simondolapo15672 жыл бұрын
Just watching this video today and I'm so blessed by everything you said... As a software engineer with decades of experience...do you recommend knowing concepts in-depth or just having a surface/shallow knowledge as a starter in software engineering/development? Cos some say you'll learn more on jobs and there's no need to know have a deep-rooted knowledge. Would appreciate if I got an answer from you...
@arpitc984 жыл бұрын
Took Data Structures and Algorithm Classes during college in which only basics were taught and that too in a boring manner. Now I am planning to start everything from scratch. Amazing video. Please make a similar video on networking.
@divyanshimehra48833 жыл бұрын
Thank you utsav for this valuable info
@chiragsharmaYoutube3 жыл бұрын
Now the big boy comes..xD I am levelling up for this.
@music.sudarshan4 жыл бұрын
Utsav dai, thanks for this video. Cheers from Germany!
@chadhasid4 жыл бұрын
Thanks for this. Keep up the great work :)
@zyadashraf99994 жыл бұрын
Please Make a video for difference between learning in books and courses online as udemy, coursera .. etc and which is better
@sebastiansaenz32394 жыл бұрын
Love the videos by the way. 🙏 Hopefully, help me get an internship in Microsoft here in ireland 🇮🇪
@EngineeringwithUtsav4 жыл бұрын
Thanks! Keep at it, and you will get there! BTW I wanted to work at Microsoft Ireland, too :)
@coderlife27064 жыл бұрын
One of the most practical vids on the topic! New sub here. Are there any maths books you would recommend that will serve as a solid foundation in CS?
@EngineeringwithUtsav4 жыл бұрын
I’ll dig up some books for math and let you know
@grizzlah3 жыл бұрын
Really enjoying these book reviews with, at least, this level of detail. Please continue with this format. 👍
@nurhannahbraim90314 жыл бұрын
Love your video ! thanks !
@0mar._.2 жыл бұрын
Damn love that Kirk Hammet ouija signature behind you.
@dropBear974 жыл бұрын
Much Needed Video 🙏
@shantanusingh67284 жыл бұрын
Thank you for making such amazing videos man....You really are awesome...:)
@EngineeringwithUtsav4 жыл бұрын
My pleasure!
@prashkd76843 жыл бұрын
I am learning to code on my own. Should I start with Data structure first or should I learn a language (like c++) first?
@EngineeringwithUtsav3 жыл бұрын
They are both the same, not mutually exclusive. You learn the basic constructs of programming like variables, statements, functions, conditionals etc. Then you move on to basic data structures, then advanced data structures and while at that, you learn algorithms to manipulate to data structures. Now you have learned the core of programming. From here on, it is only a matter of learning new syntax/constraints for a new programming language, rest stays the same. Then you move on to learn engineering concepts.... I am surprised so many people think learning to program and learning about data structures and algorithms are different --> writing a for loop to print your name 10 times is also an algorithm. Now if you store that in an array instead of printing, you are using a basic data structure ... makes sense?
@prashkd76843 жыл бұрын
@@EngineeringwithUtsav Absolutely. I guess the reason ppl like myself struggle with programming is because the field is so vast, rapidly changing and abstract that it is quite difficult to catch the starting end of the thread. When i learn a new subject, I like to visualise the end result and then plan my path towards it. In real world programming applications, you have to take so many "detours" to pick up that side knowledge to be able to write a specific driver using low level language, or an abstract level algorithm using high level language that by end of my planning stage, i get demotivated and drop the whole idea. I'm finally back on track of my programming journey because of a hobby project and hopefully this time I'd be able to achieve level 1 skill at least :).. something i can then translate into a professional skill.
@ashwaniverma55123 жыл бұрын
Good explanation 👍
@anny__Choudhary0074 жыл бұрын
Thanks for the video
@haku6604 жыл бұрын
Hey gentleman thanks for sharing your experiences and knowledge.❤️✌️
@mohammedrangoonwala93283 жыл бұрын
Amazing vid man 👍🏻 Please do some more book videos
@mostafatarekadam88612 жыл бұрын
My man! There is value here
@Zeeswrld3 жыл бұрын
Very helpful ☺
@its_sourabh74104 жыл бұрын
Love your videos a lot
@Yamun_Sharma4 жыл бұрын
How much skills in mathematics one need to do advance programming.
@AntoineJacques4 жыл бұрын
Just be willing to learn.
@EngineeringwithUtsav4 жыл бұрын
Depends on what field in engineering you are interested in. Graphics-heavy (like games) will have a lot of physics and hence will be a bit math heavy in the Calc side of things. ML can be heavy on the Probability and Stats side. Trading and finance can be heavy on the quant side. So, it depends. In general, you'd be okay with basic college math -- probability, stats, counting and discrete math (maybe some linear algebra).
@Anonymous-im2lx4 жыл бұрын
@@EngineeringwithUtsav thank god not trigonometry 😭
@vinit13664 жыл бұрын
I think imagination is more important than mathematics. Yes lil mathematics is needed.
@samiullahshah72644 жыл бұрын
Bro, please recommend some language specific books like python, Java, dot net, Javascript and its framework.
@EngineeringwithUtsav4 жыл бұрын
For all languages? Dang.
@samiullahshah72644 жыл бұрын
Just Java and Python
@rafaeldericksanchezlockwar49203 жыл бұрын
@@samiullahshah7264 there is a repository on github call free-python-books. You can find a lot of good stuff in there (Btw is all legal xD)
@shyampramanik7804 жыл бұрын
Thank you so much for the recommendations , really very helpful .. can you please recommend books on system design and database design ?
@EngineeringwithUtsav4 жыл бұрын
Please check out rest of the videos.
@jorgechamorroguitar3 жыл бұрын
Great video. Could you do this for Object Oriented Analysis and Design? (OOAD) Thanks!
@prathmeshdeshpande4 жыл бұрын
Great video, loved it! :)
@EngineeringwithUtsav4 жыл бұрын
Thanks! 😃
@leejohn60553 жыл бұрын
What is the best beginner book for learning SQL?
@Supakills1014 жыл бұрын
This is legitimately great content thank you.
@EngineeringwithUtsav4 жыл бұрын
You are welcome!
@Marceliino14 жыл бұрын
GREAT Job 👍 dude...excelent...2 books of your recommedatinexcellent, two books of your recommendation are my favorites at Amazon. Thanks...one thing good is that i am able understand Very well your English