Easy to Advanced Data Structures
Below are the top discussions from Reddit that mention this online Udemy course.
A complete guide to learning everything there is to know about data structures
Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.
Taught by
William Fiset
Reddit Posts and Comments
0 posts • 4 mentions • top 4 shown below
1 points • assertiveturtle
The one from Sedgwick is great, kinda maths heavy and I struggled getting my head around it at first, none the less great content.
https://www.udemy.com/course/introduction-to-data-structures/?LSNPUBID=JVFxdTr9V80&ranEAID=JVFxdTr9V80&ranMID=39197&ranSiteID=JVFxdTr9V80-qpdYI6MSThap4J1a5R6o6w
^ I followed this which I found great when learning, it's in java but if you follow along using python, itll be a good challenge and you'll probably take more from it! Anything you struggle with just google and you should be good!
Best of luck!
2 points • adiii_
I used this course to study Data structures and algos during uni. It's an 8 hour course and you can finish in easily in 2-3 days It's called easy to advanced data structures by william fisset
https://www.udemy.com/course/introduction-to-data-structures/ Or https://www.youtube.com/playlist?list=PLDV1Zeh2NRsB6SWUrDFW2RmDotAfPbeHu
Best of luck with the interview
1 points • everestisnext
Amazing! Here are some resources to get you going.
For reference, a Senior SWE at Netflix earns $400k+/yr in salary. Other Seniors at FAANG average $300k+ in salary+stock+bonus. https://levels.fyi is a great resource for up-to-date comp info, look it up.
Take these courses:
- Udemy, Easy to Advanced DS https://www.udemy.com/course/introduction-to-data-structures/
- Edx, MITx Intro to Computer Science and Programming using Python https://courses.edx.org/courses/course-v1:MITx+6.00.1x+1T2020/course/
- Edx, Standford Algorithms: Design & Analysis https://courses.edx.org/courses/course-v1:StanfordOnline+CSX0003+1T2020/course/
The last 2 are intensive courses, requiring around 8-10 hrs of your time per week. Well worth it though.
Grind HackerRank & Leetcode. Re-apply to FAANG whenever you're ready and watch yourself nail the interviews.
1 points • dsakarahul
I need to prepare for job interviews. I have very limit time, energy, and motivation left after my current job.
I am an Android developer and I see there are around 100-200 Android related questions, including OOPs questions, which I should be able to easily study in 15 days or a month.
The pain point for me is data structure and algorithm. Okayish companies won't ask anything, decent companies may inquire about basics and top companies will grill me it. I am definitely not targeting top companies at this moment. I don't know how to learn basics of DSA without investing a hell lot of time. And there is also a thought that if I am spending time on it then I might as well do it with the proper way but that might take extensive amount of time.
I am confused on how to go about it. I have shortlisted some courses as follows.
- https://www.udemy.com/course/introduction-to-data-structures/
- https://afteracademy.com/data-structure-and-algorithms-training-program
- https://www.coursera.org/specializations/data-structures-algorithms
I keep going back to the Coursera course but have not been able to even finish one course. But the reason I go back to it is that their explanation is the best. This specialization is best in the sense from theoretical point of view but I am not sure if it will prepare me for interviews.
At the same time, people have landed amazing jobs without reviewing any DSA for interviews which means I shouldn't be putting extreme amount of time on it but I do need to know the basics.
I would be really grateful if yo guys could help me figure this out.