{"updated":"2025-01-20T18:46:26.942610+00:00","links":{},"id":144526,"created":"2025-01-19T00:20:17.966294+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00144526","sets":["1164:3500:7866:8310"]},"path":["8310"],"owner":"11","recid":"144526","title":["トライにおける逆方向遷移可能かつコンパクトな配列構造"],"pubdate":{"attribute_name":"公開日","attribute_value":"2015-07-29"},"_buckets":{"deposit":"52e9175c-6ce9-4993-a0a0-cd0b251ade6b"},"_deposit":{"id":"144526","pid":{"type":"depid","value":"144526","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"トライにおける逆方向遷移可能かつコンパクトな配列構造","author_link":["218806","218804","218810","218807","218808","218811","218805","218809"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"トライにおける逆方向遷移可能かつコンパクトな配列構造"},{"subitem_title":"A Compact Array Structure with Reverse Traversal in a Trie","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"アルゴリズム","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2015-07-29","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"徳島大学大学院先端技術科学教育部"},{"subitem_text_value":"徳島大学大学院先端技術科学教育部"},{"subitem_text_value":"徳島大学大学院先端技術科学教育部"},{"subitem_text_value":"徳島大学大学院先端技術科学教育部"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Department of Information Science and Intelligent Systems, Tokushima University","subitem_text_language":"en"},{"subitem_text_value":"Department of Information Science and Intelligent Systems, Tokushima University","subitem_text_language":"en"},{"subitem_text_value":"Department of Information Science and Intelligent Systems, Tokushima University","subitem_text_language":"en"},{"subitem_text_value":"Department of Information Science and Intelligent Systems, Tokushima University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/144526/files/IPSJ-IFAT15119010.pdf","label":"IPSJ-IFAT15119010.pdf"},"date":[{"dateType":"Available","dateValue":"2017-07-29"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-IFAT15119010.pdf","filesize":[{"value":"451.6 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"39"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"c90d973d-5dab-4d71-a31e-bf2cb8e50ee0","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2015 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"神田, 峻介"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"泓田, 正雄"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"森田, 和宏"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"青江, 順一"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Shunsuke, Kanda","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Masao, Fuketa","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Kazuhiro, Morita","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Jun-ichi, Aoe","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10114171","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8884","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"トライと呼ばれる順序木を効率的に表現するデータ構造として,高速な検索を提供するダブル配列がある.また,データの大規模化に伴いコンパクト性が重視される背景に応じて,様々なダブル配列の圧縮表現が提案されてきた.しかし,これらの圧縮表現は,トライにおける順方向の遷移 (親から子) のみを提供し,逆方向の遷移 (子から親) を提供していないため,結果としてダブル配列における逆引きや動的更新を犠牲にしている.本論文では,逆方向遷移を可能としたコンパクトな配列構造を提案する.記憶量について,ダブル配列の約 36%でトライを表現可能なことが実験により確認されている.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"A double-array efficiently represents an ordered tree called “trie”, and provides fast retrieval in the trie. Recently, many compact representations of the double-array have been proposed because a compact data structure is important in big data. The double-array provides inorder (from a parent to a child) and reverse (from a child to a parent) traversals, but the compact representations provide only the inorder traversal. Therefore, the compact representations don't have a dynamic update and a reverse lookup in the double-array. This paper proposes a compact array structure with the reverse traversal. In addition, experimental results show that the new structure represents the trie with 36% of the double-array size.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告情報基礎とアクセス技術(IFAT)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2015-07-29","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"10","bibliographicVolumeNumber":"2015-IFAT-119"}]},"relation_version_is_last":true,"weko_creator_id":"11"}}