The Ben Paul Thurston Blog
Math, Movies, Science, Computers, and so on...
Friday, May 29, 2015
Quickly finding somewhat suboptimal sorting networks
›
It's known that the optimal sorting network for 16 entries as described here: http://en.wikipedia.org/wiki/Sorting_network will be be...
Wednesday, May 27, 2015
Centroid Drift Point in Polygon algorithm
›
Suppose you have a polygon, possibly concave, like so: I found an algorithm that works for telling whether a point is inside the polygon ...
Tuesday, May 26, 2015
Spearhead sort
›
This sort starts with the list of items: [13, 8, 10, 18, 0, 4, 2, 11, 12, 14, 7, 19, 1, 3, 17, 6, 15, 5, 9, 16] Starting it takes the last...
Friday, May 22, 2015
A G-sort of 20 items and example code
›
Supposing we have a list of 20 items to be sorted, here I'll just use the numbers 0-19: [13, 8, 10, 18, 0, 4, 2, 11, 12, 14, 7, 19, 1, ...
Sunday, May 10, 2015
Artificial writing system
›
I was wondering if it were possible to make a single simple character for every word in the English language, which is around 100,000 words ...
Friday, May 8, 2015
Component algebra and simple connected graphs
›
I wanted to go more in depth on the previous idea on the blog but I have to coin some terms to be able to write about it as I don't know...
Wednesday, May 6, 2015
Algebraically coloring a map
›
I noticed you can take an uncolored map like: You can set up a set of equations to solve for, as follows... if region X is next to regi...
‹
›
Home
View web version