Bannalia: trivial notes on themes diverse
Saturday, April 12, 2014
Climbing down the tree: framework and performance
›
Continuing with our study on optimizing lexicographical comparison as used within binary search algorithms, we will provide now a fuller d...
Saturday, April 5, 2014
Climbing down the tree
›
Within the execution of binary search through a range of strings, the algorithmic complexity of lexicographical comparison, which is almos...
Wednesday, April 2, 2014
Complexity of lexicographical comparison: part II
›
Let S N,L the equiprobable sample space of strings of length L ≥ 1 over an alphabet A of N ≥ 2 symbols. For instance, S 2,3 with A = ...
Monday, March 31, 2014
Already/still
›
"Already" refers to some condition C that has begun in the past and is still in effect, in practical terms or with regard to its...
Friday, March 28, 2014
Complexity of lexicographical comparison
›
Given two strings s , s' , determining whether s < s' under a lexicographical order takes a number of steps 1 ≤ C ≤ 1 + mi...
2 comments:
Saturday, March 15, 2014
Monads and slots
›
Monadic lifting and slot-based programming can be combined in pleasant ways. The key idea is: if T is a type with a slot-based interface...
Sunday, March 9, 2014
Monadic lifting in C++
›
Monadic lifting is the process of transforming a ( curryed ) n -ary function f : T 1 → T 2 → ··· → T n → R into a function lift M...
‹
›
Home
View web version