From e694ff64bbd3ae6e574e6699a95ac9c72810a1e4 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 26 Oct 2017 22:00:57 +0200 Subject: [PATCH] interesting data structures --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94faaf3..19c3215 100644 --- a/README.md +++ b/README.md @@ -1699,6 +1699,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [The Twelve-Factor App](https://12factor.net/) - is a methodology for building software-as-a-service apps of great quality * [mr-mig/every-programmer-should-know](https://github.com/mr-mig/every-programmer-should-know) - A collection of (mostly) technical things every software developer should know. * [Philip Guo](http://pgbovine.net/programmers-talking-to-beginners.htm) - Programmers: Please don't ever say this to beginners ... +* [Sam Bessalah](https://speakerdeck.com/samklr/structures-de-donnees-exotiques) - [Slides] some useful, interesting but less known data structures ## API * [Adam DuVander](https://www.programmableweb.com/news/top-10-api-worst-practices/2012/08/03) - Top 10 API Worst Practices