Pas de Code
76 subscribers
106 photos
1 file
402 links
What I cannot create, I do not understand.

DM: @alexey_mileev
Original channel in RU: @devballet
Twitter: twitter.com/pasdecode_
Download Telegram
I really enjoy posts like that: author spotted an unscramble-the-words task in a local newspaper and without hesitations implemented solvers for it in three languages.

#algorithm #just4fun
TIL: Sleep sort. For an array of length N we can launch N tasks that'll sleep for some time (based on the sorting key) and then emit their value. Wait for all tasks to finish and woohoo, we have a sorted array.

#humor #algorithm #sorting
Very nice! ThumbHash - yet another algorithm to display a blurred image preview while the actual image is still loading. Code is already available for several languages.

#image #algorithm
Well, DeepMind has tasked their AI with better sorting and it actually came up with a faster sorting algorithm. And a little bonus: thread about bubblesort being slow in FreeBSD kernel.

#ai #sorting #algorithm
A deep dive into what DeepMind's AI has actually done to speed sorting up.

#ai #sorting #algorithm