<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
    xmlns:cc="http://web.resource.org/cc/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel rdf:about="http://www.mdpi.com/rss/special_issue/data_compression">
		<title>Algorithms: Data Compression</title>
		<link>http://www.mdpi.com/journal/algorithms/special_issues/data_compression/</link>
		<description>Dear Colleagues,
Data compression is the operation of converting an input data file to a smaller file. This operation is important for the following reasons: 1. People like to accumulate data. Thus, no matter how big a storage device one has, sooner or later it is going to fill up. 2. People hate to wait for data transfers. We often upload and download files from our computers and we hate to wait for long, slow data transfers.   How can data be compressed? We can represent the same amount of information in fewer bits because the original data representation is not the shortest possible. It is intentionally long in order to simplify processing the data. We say that our data representations have redundancies. Compressing data is done by locating its redundancies and reducing or eliminating them.  Thus, the field of data compression tries to understand the sources of redundancies in different types of data and find clever methods to eliminate them. Today, after decades of research, there are hundreds of algorithms and dozens of implementations that can reduce the size of all types of digital data.  It is my hope that this issue of  Algorithms will make a significant contribution toward this goal.
Dr. David SalomonGuest Editor
{snippet name="submission_info"}</description>
								<items>
			<rdf:Seq>
							<rdf:li rdf:resource="http://www.mdpi.com/1999-4893/3/2/145/" />
            				<rdf:li rdf:resource="http://www.mdpi.com/1999-4893/3/1/63/" />
            				<rdf:li rdf:resource="http://www.mdpi.com/1999-4893/2/4/1429/" />
            				<rdf:li rdf:resource="http://www.mdpi.com/1999-4893/2/3/1221/" />
            				<rdf:li rdf:resource="http://www.mdpi.com/1999-4893/2/3/1105/" />
            				<rdf:li rdf:resource="http://www.mdpi.com/1999-4893/2/3/1031/" />
                    	</rdf:Seq>
		</items>
				<cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
	</channel>
	<item rdf:about="http://www.mdpi.com/1999-4893/3/2/145/">
	<title>Algorithms, Vol. 3, Pages 145-167: Suffix-Sorting via Shannon-Fano-Elias Codes</title>
	<link>http://www.mdpi.com/1999-4893/3/2/145/</link>
	<description>Given a sequence T = t0t1 . . . tn-1 of size n = |T|, with symbols from a fixed alphabet Σ, (|Σ| ≤ n), the suffix array provides a listing of all the suffixes of T in a lexicographic order. Given T, the suffix sorting problem is to construct its suffix array. The direct suffix sorting problem is to construct the suffix array of T directly without using the suffix tree data structure. While algorithims for linear time, linear space direct suffix sorting have been proposed, the actual constant in the linear space is still a major concern, given that the applications of suffix trees and suffix arrays (such as in whole-genome analysis) often involve huge data sets. In this work, we reduce the gap between current results and the minimal space requirement. We introduce an algorithm for the direct suffix sorting problem with worst case time complexity in O(n), requiring only (1 2/3 n log n ¡ n log |Σ| + O(1)) bits in memory space. This implies 5 2/3 n+O(1) bytes for total space requirment, (including space for both the output suffix array and the input sequence T) assuming n ≤ 232, |Σ| ≤ 256, and 4 bytes per integer. The basis of our algorithm is an extension of Shannon-Fano-Elias codes used in source coding and information theory. This is the first time information-theoretic methods have been used as the basis for solving the suffix sorting problem.</description>
	
	<guid>http://www.mdpi.com/1999-4893/3/2/145/</guid>
	<pubDate>Thu, 01 Apr 2010 00:00:00 CEST</pubDate>
	
	<prism:publicationName>Algorithms</prism:publicationName>
	<prism:publicationDate>2010-04-01</prism:publicationDate>
	<prism:volume>3</prism:volume>
	<prism:number>2</prism:number>
	<prism:section>Article</prism:section>
	<prism:startingPage>145</prism:startingPage>
		<prism:endingPage>167</prism:endingPage>
		<prism:issn>1999-4893</prism:issn>
	
	<dc:title>Suffix-Sorting via Shannon-Fano-Elias Codes</dc:title>
	<dc:date>2010-04-01</dc:date>
	<dc:identifier>doi: 10.3390/a3020145</dc:identifier>
		<dc:creator> Adjeroh</dc:creator>
		<dc:creator> Nan</dc:creator>
	
	<cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
	<item rdf:about="http://www.mdpi.com/1999-4893/3/1/63/">
	<title>Algorithms, Vol. 3, Pages 63-75: Interactive Compression of Digital Data</title>
	<link>http://www.mdpi.com/1999-4893/3/1/63/</link>
	<description>If we can use previous knowledge of the source (or the knowledge of a source that is correlated to the one we want to compress) to exploit the compression process then we can have significant gains in compression. By doing this in the fundamental source coding theorem we can substitute entropy with conditional entropy and we have a new theoretical limit that allows for better compression. To do this, when data compression is used for data transmission, we can assume some degree of interaction between the compressor and the decompressor that can allow a more efficient usage of the previous knowledge they both have of the source. In this paper we review previous work that applies interactive approaches to data compression and discuss this possibility.</description>
	
	<guid>http://www.mdpi.com/1999-4893/3/1/63/</guid>
	<pubDate>Fri, 29 Jan 2010 00:00:00 CET</pubDate>
	
	<prism:publicationName>Algorithms</prism:publicationName>
	<prism:publicationDate>2010-01-29</prism:publicationDate>
	<prism:volume>3</prism:volume>
	<prism:number>1</prism:number>
	<prism:section>Article</prism:section>
	<prism:startingPage>63</prism:startingPage>
		<prism:endingPage>75</prism:endingPage>
		<prism:issn>1999-4893</prism:issn>
	
	<dc:title>Interactive Compression of Digital Data</dc:title>
	<dc:date>2010-01-29</dc:date>
	<dc:identifier>doi: 10.3390/a3010063</dc:identifier>
		<dc:creator>Bruno Carpentieri</dc:creator>
	
	<cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
	<item rdf:about="http://www.mdpi.com/1999-4893/2/4/1429/">
	<title>Algorithms, Vol. 2, Pages 1429-1448: Linear-Time Text Compression by Longest-First Substitution</title>
	<link>http://www.mdpi.com/1999-4893/2/4/1429/</link>
	<description>We consider grammar-based text compression with longest first substitution (LFS), where non-overlapping occurrences of a longest repeating factor of the input text are replaced by a new non-terminal symbol. We present the first linear-time algorithm for LFS. Our algorithm employs a new data structure called sparse lazy suffix trees. We also deal with a more sophisticated version of LFS, called LFS2, that allows better compression. The first linear-time algorithm for LFS2 is also presented.</description>
	
	<guid>http://www.mdpi.com/1999-4893/2/4/1429/</guid>
	<pubDate>Wed, 25 Nov 2009 00:00:00 CET</pubDate>
	
	<prism:publicationName>Algorithms</prism:publicationName>
	<prism:publicationDate>2009-11-25</prism:publicationDate>
	<prism:volume>2</prism:volume>
	<prism:number>4</prism:number>
	<prism:section>Article</prism:section>
	<prism:startingPage>1429</prism:startingPage>
		<prism:endingPage>1448</prism:endingPage>
		<prism:issn>1999-4893</prism:issn>
	
	<dc:title>Linear-Time Text Compression by Longest-First Substitution</dc:title>
	<dc:date>2009-11-25</dc:date>
	<dc:identifier>doi: 10.3390/a2041429</dc:identifier>
		<dc:creator>Ryosuke Nakamura</dc:creator>
		<dc:creator>Shunsuke Inenaga</dc:creator>
		<dc:creator>Hideo Bannai</dc:creator>
		<dc:creator>Takashi Funamoto</dc:creator>
		<dc:creator>Masayuki Takeda</dc:creator>
		<dc:creator>Ayumi Shinohara</dc:creator>
	
	<cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
	<item rdf:about="http://www.mdpi.com/1999-4893/2/3/1221/">
	<title>Algorithms, Vol. 2, Pages 1221-1231: Multiplication Symmetric Convolution Property for Discrete Trigonometric Transforms</title>
	<link>http://www.mdpi.com/1999-4893/2/3/1221/</link>
	<description>The symmetric-convolution multiplication (SCM) property of discrete trigonometric transforms (DTTs) based on unitary transform matrices is developed. Then as the reciprocity of this property, the novel multiplication symmetric-convolution (MSC) property of discrete trigonometric transforms, is developed.</description>
	
	<guid>http://www.mdpi.com/1999-4893/2/3/1221/</guid>
	<pubDate>Tue, 22 Sep 2009 00:00:00 CEST</pubDate>
	
	<prism:publicationName>Algorithms</prism:publicationName>
	<prism:publicationDate>2009-09-22</prism:publicationDate>
	<prism:volume>2</prism:volume>
	<prism:number>3</prism:number>
	<prism:section>Article</prism:section>
	<prism:startingPage>1221</prism:startingPage>
		<prism:endingPage>1231</prism:endingPage>
		<prism:issn>1999-4893</prism:issn>
	
	<dc:title>Multiplication Symmetric Convolution Property for Discrete Trigonometric Transforms</dc:title>
	<dc:date>2009-09-22</dc:date>
	<dc:identifier>doi: 10.3390/a2031221</dc:identifier>
		<dc:creator>Do Nyeon Kim</dc:creator>
		<dc:creator>K. R. Rao</dc:creator>
	
	<cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
	<item rdf:about="http://www.mdpi.com/1999-4893/2/3/1105/">
	<title>Algorithms, Vol. 2, Pages 1105-1136: Approximate String Matching with Compressed Indexes</title>
	<link>http://www.mdpi.com/1999-4893/2/3/1105/</link>
	<description>A compressed full-text self-index for a text T is a data structure requiring reduced space and able to search for patterns P in T. It can also reproduce any substring of T, thus actually replacing T. Despite the recent explosion of interest on compressed indexes, there has not been much progress on functionalities beyond the basic exact search. In this paper we focus on indexed approximate string matching (ASM), which is of great interest, say, in bioinformatics. We study ASM algorithms for Lempel-Ziv compressed indexes and for compressed suffix trees/arrays. Most compressed self-indexes belong to one of these classes. We start by adapting the classical method of partitioning into exact search to self-indexes, and optimize it over a representative of either class of self-index. Then, we show that a Lempel- Ziv index can be seen as an extension of the classical q-samples index. We give new insights on this type of index, which can be of independent interest, and then apply them to a Lempel- Ziv index. Finally, we improve hierarchical verification, a successful technique for sequential searching, so as to extend the matches of pattern pieces to the left or right. Most compressed suffix trees/arrays support the required bidirectionality, thus enabling the implementation of the improved technique. In turn, the improved verification largely reduces the accesses to the text, which are expensive in self-indexes. We show experimentally that our algorithms are competitive and provide useful space-time tradeoffs compared to classical indexes.</description>
	
	<guid>http://www.mdpi.com/1999-4893/2/3/1105/</guid>
	<pubDate>Thu, 10 Sep 2009 00:00:00 CEST</pubDate>
	
	<prism:publicationName>Algorithms</prism:publicationName>
	<prism:publicationDate>2009-09-10</prism:publicationDate>
	<prism:volume>2</prism:volume>
	<prism:number>3</prism:number>
	<prism:section>Article</prism:section>
	<prism:startingPage>1105</prism:startingPage>
		<prism:endingPage>1136</prism:endingPage>
		<prism:issn>1999-4893</prism:issn>
	
	<dc:title>Approximate String Matching with Compressed Indexes</dc:title>
	<dc:date>2009-09-10</dc:date>
	<dc:identifier>doi: 10.3390/a2031105</dc:identifier>
		<dc:creator>Luís M.  S. Russo</dc:creator>
		<dc:creator>Gonzalo Navarro</dc:creator>
		<dc:creator>Arlindo  L. Oliveira</dc:creator>
		<dc:creator>Pedro Morales</dc:creator>
	
	<cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
	<item rdf:about="http://www.mdpi.com/1999-4893/2/3/1031/">
	<title>Algorithms, Vol. 2, Pages 1031-1044: Graph Compression by BFS</title>
	<link>http://www.mdpi.com/1999-4893/2/3/1031/</link>
	<description>The Web Graph is a large-scale graph that does not fit in main memory, so that lossless compression methods have been proposed for it. This paper introduces a compression scheme that combines efficient storage with fast retrieval for the information in a node. The scheme exploits the properties of the Web Graph without assuming an ordering of the URLs, so that it may be applied to more general graphs. Tests on some datasets of use achieve space savings of about 10% over existing methods.</description>
	
	<guid>http://www.mdpi.com/1999-4893/2/3/1031/</guid>
	<pubDate>Tue, 25 Aug 2009 00:00:00 CEST</pubDate>
	
	<prism:publicationName>Algorithms</prism:publicationName>
	<prism:publicationDate>2009-08-25</prism:publicationDate>
	<prism:volume>2</prism:volume>
	<prism:number>3</prism:number>
	<prism:section>Article</prism:section>
	<prism:startingPage>1031</prism:startingPage>
		<prism:endingPage>1044</prism:endingPage>
		<prism:issn>1999-4893</prism:issn>
	
	<dc:title>Graph Compression by BFS</dc:title>
	<dc:date>2009-08-25</dc:date>
	<dc:identifier>doi: 10.3390/a2031031</dc:identifier>
		<dc:creator>Alberto Apostolico</dc:creator>
		<dc:creator>Guido Drovandi</dc:creator>
	
	<cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>


<cc:License rdf:about="http://creativecommons.org/licenses/by/3.0/">
	<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" />
	<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution" />
	<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>

</rdf:RDF>
