Imaculate

Imaculate @imaculate3

About: Engineer, Runner, Life long learner

Location:
Kirkland, WA
Joined:
Aug 18, 2017

Imaculate
articles - 16 total

Graph problems are not hard

Graph problems have a reputation for being hard and there is a good reason for that. First off,...

Learn More 0 0Jun 10 '24

How to actually prepare for Coding Interviews

algorithms, data-structures

Learn More 2 0Jan 31 '24

What's hard about Dynamic Programming

As far as coding interviews are concerned, dynamic Programming has become synonymous with hard....

Learn More 0 0Jan 19 '24

Leetcode with ChatGPT

I asked ChatGPT to solve leetcode hard DP problems. The results were well, interesting ... I started...

Learn More 9 0Jan 6 '24

Diving into C++ Iterators

Data structures have been covered extensively but iterators are often in their shadow. This article...

Learn More 6 2Jul 5 '22

The tale of the triathlete and C++ performance

Performance optimization

Learn More 5 0Apr 5 '22

Arrays and pointers

In C/C++ it is common to assume that arrays are identical to pointers. The assumption holds true for...

Learn More 8 0Nov 24 '20

That's so Rusty! Fearless concurrency

A concurrent program is one which multitasks (or appears to be), that is two or more tasks run in...

Learn More 15 2Oct 12 '20

That's so Rusty!: Smart pointers

If you've been following this series, the post about Ownership probably gave you the impression that...

Learn More 29 3Oct 3 '20

That's so Rusty: Metaprogramming

I'm writing this post while recovering from writer's cramp from all the keystrokes I've been...

Learn More 33 0Sep 17 '20

That's so Rusty: Mutables

Given its unique nature, a lot of people are curious to know if Rust is functional. Is it? Let's...

Learn More 17 2Sep 6 '20

That's so Rusty: Ownership

To some extent Rust is interesting because of unpopular design choices that achieve the same and...

Learn More 17 0Sep 1 '20

That's so Rusty!

I've picked up Rust lately, like most people I couldn't resist the hype. There ought to be a reason...

Learn More 27 0Aug 24 '20

VolumeStat Chrome Extension

So you are on Netflix, the volume is just right; then you switch to YouTube it is slightly lower so...

Learn More 1 0Jun 11 '20

Why you should care about Quantum Computing

Every time I mention Quantum Computing, I get a reaction. Sometimes its "Oh, you must be really smart...

Learn More 10 0Dec 24 '19

When do you ever need assembly?

Learn More 11 3Dec 1 '19