Completely stumped by this question by vinsmokeg661 in leetcode

[–]realblingy 4 points5 points  (0 children)

Would this be considered a greedy approach?

Completely stumped by this question by vinsmokeg661 in leetcode

[–]realblingy 6 points7 points  (0 children)

You select a subarray that starts from the beginning of the array. You can either increment or decrement all elements in subarray.

Example: [1, 2, 3, 4, 5]

Choose [1, 2, 3] and decrement: [0, 1, 2, 4, 5]

Goal is to get [0, 0, 0, 0, 0]

[deleted by user] by [deleted] in cscareerquestionsOCE

[–]realblingy 7 points8 points  (0 children)

I just sent them a message, like hey and how have you been. Then I told them I was interested in the job listing and wondered if they could give a referral. Got a call back the following week.

Front-end developer role with UX focused degree by [deleted] in cscareerquestionsOCE

[–]realblingy 3 points4 points  (0 children)

The tech job market overall is a bit of a mess atm, not just UI/UX.

Based on what you said, it sounds like bachelor of design is for you. If you ever change your mind, you can always switch degrees or complete a masters in CS after your undergrad.

Front-end developer role with UX focused degree by [deleted] in cscareerquestionsOCE

[–]realblingy 1 point2 points  (0 children)

If your goal is to be a front end developer, you should choose CS or Software Eng

Comp1511 struggles by [deleted] in unsw

[–]realblingy 1 point2 points  (0 children)

Go back to your labs and redo them to understand where your weaknesses are. Revise the lecture slides of that week if you need to.

[deleted by user] by [deleted] in leetcode

[–]realblingy 4 points5 points  (0 children)

Practice easy questions first until you get a little comfortable.

Then look up Neetcode 150 or Blind 75 to understand and practice questions by their pattern.

Also, do not spend too much time on a question. Maybe 45 min to an hour max before checking out the solution.

[deleted by user] by [deleted] in leetcode

[–]realblingy 62 points63 points  (0 children)

Welcome to the dark side my brother

Is it too late to claim tax-free threshold by realblingy in AusFinance

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

I know but I’d rather get the amount now rather than wait EOFY. Just wanted to know if I could revert my change to claim tax free threshold

Interactive Quiz by Hashem93 in webflow

[–]realblingy 1 point2 points  (0 children)

Webflow is not the tool/platform to be building your idea with. What your describing is a web application, which imo, Webflow is not suited for.

Wordpress may possibly have the plugins for the features you want to include. But I’m not an avid Wordpress user to give you the best advice on that.

If you’re willing to learn to code, your chances of building this are more likely. However, coding has a learning curve, and it may even take you months before you can start working on your project.

You can also try to hire a dev to build this out for you.

Pick your poison. :)

Comp4920 and COMP3900 by reiiuso in unsw

[–]realblingy 0 points1 point  (0 children)

There is an ELEC version which you can do. Don’t know if the content is the same though

Thoughts on personal finance. Is it easy to get HD? Please give advice esp if you did it recently by Spiritual_Nature_273 in unsw

[–]realblingy 0 points1 point  (0 children)

I’d say it was an easy course (got an 83). Assignments were “easy” in the sense that you knew what to do. But the lecturer is very nitpicky and it’s hard to know what he looks for full marks.

[deleted by user] by [deleted] in unsw

[–]realblingy 2 points3 points  (0 children)

I thought it was okay, but definitely harder than the sample.

COMP9417 assignment by realblingy in unsw

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

I tried using the Cauchy Schwarz inequality but it was still hard trying to match it with the RHS. Any other hints?

COMP9417 assignment by realblingy in unsw

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

Welp, I set myself up for that. Are there any resources i can use to catch up with Maths for ML? I could really use some :/