I program in Perl today. With Hashes. This is for an auxiliary program of my
research simulation.
[more]
Vutukury (2000) MPATH: a loop-free multipath routing algorithm (M&M)
The paper is to have a distributed routing algorithm to find, at each node \(i\), the successor set for destination \(j\) such that the routing path is loop-free at every instant even the link costs are changing with time. Such algorithm turns out finds the multipath route with unequal length....
[more]
Set membership check in Perl
Assume we represent a set by an array in Perl (so strictly speaking it is not merely a set but an ordered set). Now given an item, how to check if it is in the set or not?
[more]
Outliers: The Story of Success
Malcolm Gladwell / 2008
A nice leisure book from a good author.
[more]
The Combinatorics of Network Reliability
Charles J. Colbourn / 1987
This is a book I know when I was reading a paper that cited it. I did not read it from cover to cover but something interesting inside.
[more]