[ Content | View menu ]

Archive for 'Python'

Rediscovering the beauty of Python

April 21, 2008

Yesterday I had to implement an approximation algorithm for the subset sum problem for a class at university. Since this algorithm contains a lot of list operations I decided to use Python for this since it’s a great language for this kind of stuff and I wanted to be done fast. This turned out to […]

Python - 0 Comments