log.manl.io — A private landfill where I write TL;DR notes to self

Functional Combinators in Python

{ functional programming, python } // 10.12.2015

DFS, BFS and applications in Python

{ algorithms, bfs, dfs, graphs, python } // 07.08.2015

Concurrency: theory + Python examples

{ concurrency, python } // 26.07.2015

Python @staticmethod and @classmethod

{ python, python-theory } // 03.05.2015

Permutations of a string: Dynamic Programming with Python

{ algorithms, dynamic programming, python, recursion } // 03.05.2015

Implementing dictionaries with Hash Tables and separate chaining

{ data structures, hash tables, python } // 27.04.2015

Check if a binary tree is a BST

{ algorithms, data structures, python, recursion, trees } // 25.04.2015

Check if two trees are identical

{ algorithms, data structures, python, recursion, trees } // 23.04.2015

Compute size, height and leaf nodes of a tree

{ algorithms, data structures, python, recursion, trees } // 23.04.2015

@Decorators and Property() with Python

{ python, python-theory } // 19.04.2015

Reversing a Linked List: the sane way, the recursive way and the push way

{ algorithms, data structures, linked list, python, recursion } // 18.04.2015

Iterators, Generators and Lazy Evaluation

{ python, python-theory } // 15.04.2015

Implementing Python dictionaries with Hash Tables

{ data structures, hash tables, map(), python } // 07.04.2015

Implementing set() using Hash Tables

{ data structures, hash tables, python, set() } // 07.04.2015

Binary Search Tree

{ data structures, python, trees } // 03.04.2015

Implementing a Stack with min() in both O(N) and O(1)

{ data structures, python, stack } // 31.03.2015

Queue using Linked List

{ data structures, python, queue } // 26.03.2015

Doubly Linked List

{ data structures, linked list, python } // 25.03.2015

Delete duplicates from a singly linked list

{ data structures, linked list, python } // 25.03.2015

Singly Linked List

{ data structures, linked list, python } // 22.03.2015

POST method: Ajax VS vanilla HTML (with Flask)

{ ajax, Flask, html, jQuery, python, web-development } // 13.04.2014

Idiomatic Python: the very basic stuff

{ python, python-theory } // 08.03.2014

SQLite and Python basic syntax

{ databases, python, sql } // 26.01.2014

Template for new Python projects

{ python } // 17.12.2013

Stack implementation in C and Python with singly linked lists

{ c, data structures, python, sexydiagrams } // 23.11.2013
Proudly powered by WordPress - theme based on LESS by Jared Erickson