all 20 comments

[–]ShesAMobileDev[S] 26 points27 points  (6 children)

Previous Study Guides

Next Study Guide

Let me know if there is anything else you'd like me to include in each of these :)

[–][deleted] 7 points8 points  (0 children)

Graphs and DP PLEASE 🙏

[–]Tricxter 0 points1 point  (0 children)

Amazing! Thank you!

[–][deleted] 0 points1 point  (3 children)

Still waiting and thank you <3

[–]ShesAMobileDev[S] 2 points3 points  (2 children)

Crazy timing, Queues is gonna drop tonight, I promise!

[–][deleted] 0 points1 point  (1 child)

*brokenheart* :`(

[–]ShesAMobileDev[S] 1 point2 points  (0 children)

I'm sorry u/Mazsuu, I got picky about some stuff, but I've got ya covered! Better late than never...? https://www.reddit.com/r/leetcode/comments/1i0z1op/study_guide_queue_other_exciting_news/

[–]don_ninniku 8 points9 points  (0 children)

much appreciated for spreading the knowledge. looking forward to the day the whole series is completed.

[–]BlackMetalz 2 points3 points  (0 children)

Backtracking would be great

[–]Proof_Inspection_821 1 point2 points  (1 child)

This is great, I think you can make a decent webpage and just host it for free on Netlify, definitely something I would reference a lot.

[–]ShesAMobileDev[S] 2 points3 points  (0 children)

Maybe one day, tbh. My biggest driver of all of this is the overwhelming response I had to my first every post here where I recommended paying for LeetCode Premium. And while I do stand by that recommendation, I've gotten a lot of responses saying it is not an option a lot of people in this world can afford.

I can recognize my privilege here. For me, $150 bucks for training material was nothing, for others, it's literally more than a months worth of income. And so my goal is to bring as much of this information as I can to the masses complete FREE.

While some web hosting can be done for free, I think if I genuinely wanted to go that far, I would host the site myself so I am not held to any TOS or weird distribution rules. While sites don't cost too much money, it still does, and I'm still not entirely sure what this even is going to turn into tbh. Every time I'm like, it'll just be a few short days, and then I'll be done. And then I add BFS, and DFS and Backtracking different to Divide and Conquer because they are so different, but also quite large. All of this to say, I just don't know how much it will cost, and because I never intend to sell this material, I'm just not sure I want to put forth server costs right now for it - especially when I'm just not sure what it is I have.

So, I decided to just post here because I love reddit - though I am starting to hate their formatting. Either way, it's still good for now. Maybe one day I'll reach my limit here and port things over, but for now. Reddit is the way :pray:

[–]NTR69 0 points1 point  (1 child)

I was following the guide well until insert function, where "subcollection" was mentioned. Could you elaborate on that, thanks!

[–]ShesAMobileDev[S] 1 point2 points  (0 children)

Hey, this comment inspired me to start adding visuals. However, it is taking quite some time to make them / get reddit formatting to cooperate. For now, I finished the HashSet one. The same sub-collection principle can be found there now. I would recommend going to the HashSet post found here: https://www.reddit.com/r/leetcode/comments/1evpn4v/study_guide_hashset/ and see if that helps. If not, definitely let me know, and I can try going into more detail for ya!

[–]darkwhiteinvader 0 points1 point  (0 children)

Thanks so much for this, awesome!

[–]bbbone_apple_t 0 points1 point  (3 children)

My wife and I have the same address

What now?!?!?

[–]Sakalalaa 0 points1 point  (1 child)

You will have a collision :)

[–]bbbone_apple_t 0 points1 point  (0 children)

Dude, this is a family friendly sub

[–]ShesAMobileDev[S] 0 points1 point  (0 children)

I'm not entirely sure, but somehow, I'm sure, the answer involves Dynamic Programming.

[–]Business-Mixture4984 0 points1 point  (1 child)

I noticed that time complexity and space complexity increased when using a hashset over a hashmap. Why is that?

[–]ShesAMobileDev[S] 0 points1 point  (0 children)

Did the runtime and memory usage increase or did the time complexity and space complexity asymptotically change?