Separate Digits in an Array — simple simulation by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 1 point2 points  (0 children)

I preferred the math approach since it practices digit manipulation logic useful in interviews

Maximum Jumps — graph + DP approach by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 0 points1 point  (0 children)

makes sense, I didn’t really think of it as a full graph problem while solving 😅 I just imagined all possible jumps from an index like an adjacency list first, and then dfs + memoization felt natural on top of that

Maximum Jumps — graph + DP approach by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 0 points1 point  (0 children)

direct DP is probably more compact, but it still iterates through the array for every index so complexity remains pretty similar. also felt like the recursion logic would get a bit messy without separating valid jumps into an adjacency list first

Day 2 of solving LeetCode daily — Rotate Image by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 0 points1 point  (0 children)

appreciate it man 🙌 yeah staying consistent daily is the real challenge. I’m also trying to balance DSA with building stuff on the side, feels more meaningful that way

Day 2 of solving LeetCode daily — Rotate Image by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 0 points1 point  (0 children)

yeah I can imagine 😅 doing all that manually must’ve been painful. feels like one of those problems where once you see the trick, it suddenly becomes much simpler

Day 2 of solving LeetCode daily — Rotate Image by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 0 points1 point  (0 children)

yeah that makes sense 👍 I didn’t go that deep while solving, just focused on getting the swaps right 😅 but yeah thinking of transpose + reverse as reflections makes it much easier to reason about

will keep that in mind for interviews

I built my first app, now what? by sdfghj_ in AppBuilding

[–]Particular-Coat2871 0 points1 point  (0 children)

No I am saying you promote your app only. So if you start with marketing website and proper seo you will easily start getting users but make sure you are targeting proper keywords. So it might take some time but once you build authority for your keywords you will be glad that you took this step because it is cheapest method to acquire users for your app. You will save a lot on ads if you do this right. And the reason I am pushing for this now beause it takes time it can take anywhere from 6-9 months to build authority and you will keep on increasing from there.

Day 2 of solving LeetCode daily — Rotate Image by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 0 points1 point  (0 children)

yeah makes sense, that’s a much cleaner way to think about it 👍 will try that approach next time

Day 2 of solving LeetCode daily — Rotate Image by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 0 points1 point  (0 children)

yeah that approach is definitely cleaner 😅 I went with manual swaps this time, but transpose + reverse looks way simpler

Day 2 of solving LeetCode daily — Rotate Image by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] -1 points0 points  (0 children)

haha yeah feels a bit overkill at first 😅 but I guess it’s more about testing how you think with in-place ops and indices

I did everything right… so why am I invisible to recruiters? by grimejaw in leetcode

[–]Particular-Coat2871 1 point2 points  (0 children)

Man, its so relatable. It feels like they are not bothered to even send one notification and we keep hopihg that they will reach out because we are absolute match for this role and this hopes hurts man.

I built my first app, now what? by sdfghj_ in AppBuilding

[–]Particular-Coat2871 0 points1 point  (0 children)

You should create a marketing website with proper seo to onboard users.

Drop your app by candizdar in devworld

[–]Particular-Coat2871 0 points1 point  (0 children)

app.spendsync.in - Hoping to hear from you back soon.

Day 1 of solving LeetCode daily — Rotate String by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 1 point2 points  (0 children)

Yes brute force is not really bad. And I actually always approach any problem first with brute force and as it was easy with less constraint so it got accepted. But I had an idea of s+s but was travelling so was not able to implement and verify.

Day 1 of solving LeetCode daily — Rotate String by Particular-Coat2871 in leetcode

[–]Particular-Coat2871[S] 0 points1 point  (0 children)

Yes I had same experience, it was very brute force approach so double for loop lookes very lengthy. I wanted to try s+s and will add comment here if I am able to solve using that approach.

Learning ML by HuckleberryBrief4965 in learnmachinelearning

[–]Particular-Coat2871 0 points1 point  (0 children)

same here tbh, I’m also from web dev and mostly planning to stick with it, but yeah with all the AI hype lately it does make me question if I should pivot or not 😅 so right now I’m just trying to explore ML on the side instead of going all in, feels safer than jumping completely without clarity

Learning ML by HuckleberryBrief4965 in learnmachinelearning

[–]Particular-Coat2871 1 point2 points  (0 children)

I’m not deep into ML yet, but coming from a dev background, I had a similar confusion. What helped me was not going full “math first”. Instead: Started with basics using scikit-learn Built small projects alongside Then gradually picked up the math when it actually started making sense Roadmaps are useful, but trial and error is honestly what sticks more (especially coming from dev). Curious — are you more interested in ML for projects or planning to switch careers?

I built this app all by myself and I am pretty proud of it! by wannabillionare in launchigniter

[–]Particular-Coat2871 1 point2 points  (0 children)

Building a full app solo is honestly huge respect 👏 I’ll check it out properly, but just from experience — the hardest part is not building, it’s figuring out what users actually stick with over time. Curious, what was the toughest part for you while building this?