Publications

Detailed Information

Space-efficient implementation of a compressed trie : 공간효율적인 트라이 구현

DC Field Value Language
dc.contributor.advisorSrinivasa Rao Satti-
dc.contributor.authorJeongsoo Shin-
dc.date.accessioned2017-07-14T02:35:00Z-
dc.date.available2017-07-14T02:35:00Z-
dc.date.issued2016-02-
dc.identifier.other000000133136-
dc.identifier.urihttps://hdl.handle.net/10371/122659-
dc.description학위논문 (석사)-- 서울대학교 대학원 : 컴퓨터공학부, 2016. 2. Srinivasa Rao Satti.-
dc.description.abstractTrie is the typical data structure for keyword searching algorithms. The algorithms are classified into two ways. One is the array representation, the other one is the succinct representation. In array representation, one can access the child node using the one dimensional array which stores the pointers from the node to its child. This shows fast lookup time, but takes a lot of space. In succinct representation, one separates a tree structure and index array, and represents a tree structure by succinct representation. This shows slower query time than array representation, but takes less space. In this thesis, we first use the degree sequence and its variants to implement the space-efficient trie on the small fixed alphabet. The experimental result shows that for small alphabet (-
dc.description.abstractΣ-
dc.description.abstract≤10), our implementation gives fast query time and less space usage compared to the exist implementations.-
dc.description.tableofcontentsChapter 1 Introduction 1
1.1 Previous Work 3
1.2 Contribution of this thesis 4
1.3 Organization of this thesis 5

Chapter 2 Preliminaries 6
2.1 Array representation of trie 6
2.1.1 Double Array 7
2.1.2 Compacted Double-Array (CDA) 7
2.1.3 DALF 8
2.2 Succinct representations of trie 8
2.2.1 Level-order unary degree sequence (LOUDS) 10
2.2.2 Balanced parentheses (BP) 11
2.2.3 Depth-first unary degree sequence (DFUDS) 11

Chapter 3 Degree sequence and its variants 13
3.1 Degree sequence method 13
3.2 Splitting method 15
3.3 Prefix code 17
3.4 Huffman encoding 18

Chapter 4 Evaluation of Implementations 19
4.1 Experimental environment 19
4.2 Data sets 19
4.3 Experimental Result 22
4.3.1 Space usage 22
4.3.2 Lookup time 25

Chapter 5 Conclusion 29

Bibliography 30

Abstract in Korean 32
-
dc.formatapplication/pdf-
dc.format.extent897066 bytes-
dc.format.mediumapplication/pdf-
dc.language.isoen-
dc.publisher서울대학교 대학원-
dc.subjectTrie-
dc.subjectArray representation-
dc.subjectSuccinct representation-
dc.subjectCompression algorithm-
dc.subject.ddc621-
dc.titleSpace-efficient implementation of a compressed trie-
dc.title.alternative공간효율적인 트라이 구현-
dc.typeThesis-
dc.contributor.AlternativeAuthor신정수-
dc.description.degreeMaster-
dc.citation.pages33-
dc.contributor.affiliation공과대학 컴퓨터공학부-
dc.date.awarded2016-02-
Appears in Collections:
Files in This Item:

Altmetrics

Item View & Download Count

  • mendeley

Items in S-Space are protected by copyright, with all rights reserved, unless otherwise indicated.

Share