Algorithms Topic List of articles tagged with "Algorithms"Sep 23rd, 2016Adding Binary Search to Swift CollectionsMy first foray into extending Swift's Collection protocol in order to provide fast searching of ordered elements.May 3rd, 2016Bloom Filters in PythonBloom Filter can quickly and accurately determine if a given key is not part of a set of keys.May 1st, 2016Power of Optimal Algorithm DesignA brief look at how a simple choice in algorithm implementation can greatly affect performance.