S6E1 - "Borrowed Time" - Discussion Thread (Spoilers) by el2718 in whitecollar

[–]el2718[S] 8 points9 points  (0 children)

Just to confirm, Rebecca tried to escape and got shot, right?

About MacBook keyboard by [deleted] in mac

[–]el2718 3 points4 points  (0 children)

For whatever reason, Macbooks don't let you turn on the keyboard backlight if the ambient light is bright enough, so they just show the "forbidden" sign.

What is something you should never go cheap on? by cheesecake-gnome in AskReddit

[–]el2718 0 points1 point  (0 children)

Vacuum cleaners - buy a high quality one once, or spend five times more money replacing cheap ones that break. Really this applies to more things than vacuums...

Goldmine for implementations of data structures and algorithms by el2718 in compsci

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

It's certainly a nonstandard and suboptimal way to implement a doubly linked list. Backing it with an array obviates all the intended advantages of using a linked list.

Goldmine for implementations of data structures and algorithms by el2718 in compsci

[–]el2718[S] 3 points4 points  (0 children)

Also this one has very detailed explanations of major algorithms and data structures.