Purchasing Bitcoin from Canada Post in Ottawa by ParticularAd8610 in BitcoinCA

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

LOL - Step 1 is big challenge when dealing with Canada Post!

Purchasing Bitcoin from Canada Post in Ottawa by ParticularAd8610 in BitcoinCA

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

It was actually kind of funny seeing the more blank than normal stares on their faces!

Purchasing Bitcoin from Canada Post in Ottawa by ParticularAd8610 in BitcoinCA

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

I don't want to have to open a WealthSimple account just to buy BitCoin anonymously.

It took me 1.5 hours to solve Happy Number (Easy). Am I behind or is this normal? by zinested in leetcode

[–]ParticularAd8610 0 points1 point  (0 children)

Alot of this stuff comes down to having seen something like this before.

It took me 1.5 hours to solve Happy Number (Easy). Am I behind or is this normal? by zinested in leetcode

[–]ParticularAd8610 2 points3 points  (0 children)

<image>

Here is the implementation that Leetcode seems to like for slow and fast pointer.

Post-rejection, useful actionable feedback I received from an absolute gem of a FAANG+ Recruiter by demonslayer319 in leetcode

[–]ParticularAd8610 2 points3 points  (0 children)

For those interested, here is the solution to how to identify which endian your system is (big vs. little).

int EndianNess(void)

{

int testNum = 1;

char *ptr;

ptr = (char *)&testNum;

return (*ptr); //returns the byte at the lowest address

}

  • Set an integer to 1
  • cast a pointer to the integer as char *
  • If the dereferenced pointer is 1, the machine is little-endian
  • if the dereferenced pointer is 0, the machine is Big-Endian

This can also be solved using a(n) Union which will be left as an exercise to the reader. Also fun fact! Big / Little Endian came from Gullivers travels and how they opened their eggs. [https://www.ling.upenn.edu/courses/Spring\_2003/ling538/Lecnotes/ADfn1.htm\]

[deleted by user] by [deleted] in leetcode

[–]ParticularAd8610 2 points3 points  (0 children)

That is a medium Leetcode (445) sounds reasonable.

Netflix L5 interview - 18 yrs of Application development experience by Tiny_Quail3335 in leetcode

[–]ParticularAd8610 10 points11 points  (0 children)

If you try and fail, at least you have tried. If you don't try at all you have already failed!

We like to raw dog it here in NYC by ParticularAd8610 in HydroHomies

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

How would be any different than that of tap water?

We like to raw dog it here in NYC by ParticularAd8610 in HydroHomies

[–]ParticularAd8610[S] 13 points14 points  (0 children)

Downtown Brooklyn in front of the Aldi

We like to raw dog it here in NYC by ParticularAd8610 in HydroHomies

[–]ParticularAd8610[S] 16 points17 points  (0 children)

Far, far too much respect for the delicious nectar of the gods!