CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Analysis of Forest of Hashed Exponential Trees

by Nikita, Neha Arora, Puneet Kumar
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 66 - Number 5
Year of Publication: 2013
Authors: Nikita, Neha Arora, Puneet Kumar
10.5120/11081-6022

Nikita, Neha Arora, Puneet Kumar . Analysis of Forest of Hashed Exponential Trees. International Journal of Computer Applications. 66, 5 ( March 2013), 24-27. DOI=10.5120/11081-6022

@article{ 10.5120/11081-6022,
author = { Nikita, Neha Arora, Puneet Kumar },
title = { Analysis of Forest of Hashed Exponential Trees },
journal = { International Journal of Computer Applications },
issue_date = { March 2013 },
volume = { 66 },
number = { 5 },
month = { March },
year = { 2013 },
issn = { 0975-8887 },
pages = { 24-27 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume66/number5/11081-6022/ },
doi = { 10.5120/11081-6022 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T21:21:34.043750+05:30
%A Nikita
%A Neha Arora
%A Puneet Kumar
%T Analysis of Forest of Hashed Exponential Trees
%J International Journal of Computer Applications
%@ 0975-8887
%V 66
%N 5
%P 24-27
%D 2013
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Exponential Tree in the form of forest is proposed in such a manner that- (a) it provides faster access of a node and, (b) it becomes more compatible with the parallel environment. Empirically, it has been show that the proposed method decreases the total internal path length of an Exponential Tree quite considerably. The experiments were conducted by creating three different data structures using the same input- a conventional binary tree, a forest of hashed binary trees and a forest of hashed exponential trees. It has been shown that a forest of hashed exponential trees so produced has lesser internal path length and height in comparison of other two. It also increases the degree of parallelism.

References
  1. A. Anderson "Fast deterministic sorting and searching in linear space", IEEE Symposium on Foundations of Computer Science, 1996.
  2. R. Raman "Priority queues: small, monotone and trans-dichotomous" in European Symposium on Algorithms, 1996.
  3. Y. Han. 2002 "Deterministic sorting in O (n log logn) time and linear space" in 34th STOC.
  4. Ajit Singh, Dr. Deepak Garg "Implementation and Performance Analysis of Exponential Tree Sorting ", International Journal of Computer Applications, 2011.
  5. Samadhi "B Trees in System with Multiple Users" in Information Processing Letters, 107-112, 1976.
  6. Eswaran, K. P. , Gray, J. N Lorie, R. A. and Traiger, I. L "The notions of Consistency and Predicate Locks in a Database System" in Communication of the ACM, 1976.
  7. Bayer, R, Schkolnick "Concurrency of Operations on B Trees" in Acta Information, 1977.
  8. Ries, D. R. , Stonebreaker "Effects of Locking Granularity in a Database Management System" in ACM Transaction on Database Systems, 1977.
  9. Ellis, C. S. "Concurrency search and insertion in AVL trees" in IEEE Transactions on Computers, 1980.
  10. Ellis, C. S. "Concurrency search and insertion in 2-3 trees". Acta Information, 1980.
  11. Kung, H. T. , Lehman, P. L. "Concurrent manipulation of binary search trees" in ACM Transaction on Database Systems, 1980.
  12. Knuth, D. E. "The Art of Computer Programming" in Pearson Education, Vol. 3, Searching and Sorting, 2005.
  13. Y. Han, M. Thorup. "Sorting integers in O (n?loglogn) expected time and linear space" in IEEE Symposium on Foundations of Computer Science, Vol-43, 2002.
  14. Day, A. C. "Balancing a Binary Tree" in Computer Journal, 1976.
  15. Stout, F, Bette, L. W. "Tree Rebalancing in Optimal Time and Space in Communication of the ACM", 1986.
  16. S. Alberts, T. Hagerup. "Improved parallel integer sorting without concurrent writing in Information and Computation, 1997.
Index Terms

Computer Science
Information Sciences

Keywords

Exponential Tree Binary Search Tree Internal Path Length Parallel Processing Balanced Tree