-
arXiv:1112.1086 [pdf, ps, other]
Quantitative Analysis for Authentication of Low-cost RFID Tags
Abstract: Formal analysis techniques are widely used today in order to verify and analyze communication protocols. In this work, we launch a quantitative verification analysis for the low- cost Radio Frequency Identification (RFID) protocol proposed by Song and Mitchell. The analysis exploits a Discrete-Time Markov Chain (DTMC) using the well-known PRISM model checker. We have managed to represent up to 100… ▽ More
Submitted 5 December, 2011; originally announced December 2011.
Comments: To appear in the 36th IEEE Conference on Local Computer Networks (LCN 2011)
-
A tight bound on the worst-case number of comparisons for Floyd's heap construction algorithm
Abstract: In this paper a tight bound on the worst-case number of comparisons for Floyd's well known heap construction algorithm, is derived. It is shown that at most 2n-2μ(n)-σ(n) comparisons are executed in the worst case, where μ(n) is the number of ones and σ(n) is the number of zeros after the last one in the binary representation of the number of keys n.
Submitted 18 April, 2011; v1 submitted 4 December, 2010; originally announced December 2010.
Comments: This (full) paper was accepted for publication in the 37th International Conference on Current Trends in Theory and Practice of Computer Science (SOFSEM2011), 22-28 January 2011, Novy Smokovec, Slovakia (9 pages)
-
Homogeneous and Non Homogeneous Algorithms
Abstract: Motivated by recent best case analyses for some sorting algorithms and based on the type of complexity we partition the algorithms into two classes: homogeneous and non homogeneous algorithms. Although both classes contain algorithms with worst and best cases, homogeneous algorithms behave uniformly on all instances. This partition clarifies in a completely mathematical way the previously mentione… ▽ More
Submitted 20 August, 2010; originally announced August 2010.
Comments: This (full) paper was accepted for publication in the 13th Panhellenic Conference on Informatics (PCI 2009), 10-12 September 2009, Corfu, Greece (8 pages)
ACM Class: F.2.2; I.1.2