Explore >> Select a destination


You are here

xosh.org
| | rcoh.me
11.4 parsecs away

Travel
| | As I was learning to program, Python lists seemed totally magical to me. I imagined them as being implemented by some sort of magical datastructure that was part linked-list, part array that was perfect for everything. As I grew as an engineer, it occurred that this was unlikely. I guessed (correctly) that rather than some sort of magical implementation, it was just backed by a resizable array. I decided to read the code and find out.
| | wordsandbuttons.online
17.6 parsecs away

Travel
| | Trie is a data structure. Like "tree" but different. This tutorial explains the concept behind the trie, what makes it efficient, and when.
| | www.adamconrad.dev
12.5 parsecs away

Travel
| | Follow along with Steven Skiena's Fall 2018 algorithm course applied to the JavaScript language.
| | endormi.io
72.2 parsecs away

Travel
| I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI.