PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
April 25, 20260 citationsOpen Access

Experimental Evaluation of Succinct Representation of a Ternary Tree

View Full Paper
DKDmitriy KuptsovEvangel University

Key Points

  • The aim is to design a compact representation of ternary trees to optimize memory usage.
  • Experimental evaluation using static dictionary problem.
  • Comparison with regular binary and ternary trees.
  • Performance evaluation on both 32 and 64 bit operating systems.
  • The compact ternary tree design consumes up to 12 times less memory than a regular ternary tree.
  • Certain configurations show performance comparable to regular ternary trees.
  • Evaluation conducted under varied operating system architectures.

Abstract

Tree data structures, such as binary or in general k-ary trees, are essential in computer science. The applications of these data structures can range from data search and retrieval to sorting and ranking algorithms. Naive implementations of these data structures can consume prohibitively large volumes of random access memory limiting their applicability in certain solutions. Thus, in these cases, more advanced representation of these data structures is essential. In this paper we present the design of the compact version of ternary tree data structure and demonstrate the results for the experimental evaluation using static dictionary problem. We compare these results with the results for binary and regular ternary trees. The conducted evaluation study shows that our design, in the best case, consumes up to 12 times less memory (for the dictionary used in our experimental evaluation) than a regular ternary tree and in certain configuration shows performance comparable to regular ternary trees. We have evaluated the performance of the algorithms using both 32 and 64 bit operating systems.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Dmitriy Kuptsov (2026) studied this question.

synapsesocial.com/papers/69ec5ac988ba6daa22dac5f5https://doi.org/10.5281/zenodo.19705799
Ask AI
Helpful
Bookmark
Share
View Full Paper