Jacob Kaplan-Moss

Activity tagged “algorithms”

Bookmarks

hatful of hollow - Visualising Sorting Algorithms

Really awesome, and I think I finally understand how heapsort works. Oh, and it comes with bonus Python+Cairo examples.

(algorithms, code, computerscience, datastructures, programming, python, sorting, visualization)

Introduction to Information Retrieval

Looks like a must-read; Matt says that this is the best technical book he's read in years.

(algorithms, book, free, informationretrieval, programming, via:mccurdy)

Simple Top-Down Parsing in Python

Fantastic article on building a top-down parser in just a few hundred lines of Python. Read this even if you don't care about parsing: effbot really demonstrates many of the cool idiomatic tricks that makes Python such a pleasure to write and read.

(algorithms, programming, python)

Xapian: Theoretical Background

Some good notes on how relevancy algorithms actually work. Must read through this in more detail.

(algorithms, indexing, readloater, relevency, search, text, via:jkocherhans)

The Very Blind Date Voting System

A scoring system loosely based on Condorcet, but more stable. Now I just need an excuse to use this…

(algorithms)

Inefficient sort algorithms

This paper is the condensation of a discussion of inefficient sorts in the talk.origins newsgroup. The main focus was on a sort suggested by Richard Harter. Although the topic (and much of the discussion) was apparently frivolous it raised real mathematic

(algorithms, funny, programming)