Oleksii Trekhleb

@trekhleb

120 Points 1 Followers

5 Posts

0 Answers

Author of 100k ★️ javascript-algorithms repo on GitHub. Software engineer @ Uber.

Oleksii Trekhleb · 1 year ago

Data Structure Sketches

Recently I launched the minimalistic online drawing app okso.app. I wanted it to be a place where people could do fast, ad-hoc, napkin-based-like explanations of any concept as if you are si...

Oleksii Trekhleb · 1 year ago

Ok! So... The drawing app to express, grasp, and organize your thoughts and ideas

TL;DR The OkSo app is the drawing app to express, grasp, and organize your thoughts and ideas. Draw to explain. Draw to grasp. Concept Some of you are visual learners. You need to see pict...

Oleksii Trekhleb · 2 years ago

NanoNeuron: simple ML example in JS

7 simple JavaScript functions that will give you a feeling of how machines can actually "learn". TL;DR NanoNeuron is an over-simplified version of the Neuron concept from Neural...

Oleksii Trekhleb · 2 years ago

Content-aware image resizing in JavaScript

TL;DR There are many great articles written about the Seam Carving algorithm already, but I couldn't resist the temptation to explore this elegant, powerful, and yet simple algorithm on my o...
2

Oleksii Trekhleb · 2 years ago

Self-Parking Car in <500 Lines of Code

Training the car to do self-parking using a genetic algorithm TL;DR In this article, we'll train the car to do self-parking using a genetic algorithm. We'll create the 1st generation of c...
4

Loading More Content