We've got 0 shorthands for splaying »
Acronyms that contain the term splaying
What does splaying mean? This page is about the various possible meanings of the acronym, abbreviation, shorthand or slang term: splaying.
We couldn't find any results for your search.
Couldn't find the right meaning of splaying?
Maybe you were looking for one of these abbreviations:
SPLAF, SplAll, SPLASH, SplAsst, SPLAT, SPLB, SPLC, SPLCD, SPLCWA, SPLD
... or use our Power Search technology to look
for more unique definitions from across the web!
Search the web
What does splaying mean?
- splaying
- A splay tree is a binary search tree with the additional property that recently accessed elements are quick to access again. Like self-balancing binary search trees, a splay tree performs basic operations such as insertion, look-up and removal in O(log n) amortized time. For random access patterns drawn from a non-uniform random distribution, their amortized time can be faster than logarithmic, proportional to the entropy of the access pattern. For many patterns of non-random operations, also, splay trees can take better than logarithmic time, without requiring advance knowledge of the pattern. According to the unproven dynamic optimality conjecture, their performance on all access patterns is within a constant factor of the best possible performance that could be achieved by any other self-adjusting binary search tree, even one selected to fit that pattern. The splay tree was invented by Daniel Sleator and Robert Tarjan in 1985.All normal operations on a binary search tree are combined with one basic operation, called splaying. Splaying the tree for a certain element rearranges the tree so that the element is placed at the root of the tree. One way to do this with the basic search operation is to first perform a standard binary tree search for the element in question, and then use tree rotations in a specific fashion to bring the element to the top. Alternatively, a top-down algorithm can combine the search and the tree reorganization into a single phase.
Citation
Use the citation options below to add these abbreviations to your bibliography.
Style:MLAChicagoAPA
"splaying." Abbreviations.com. STANDS4 LLC, 2024. Web. 25 Nov. 2024. <https://www.abbreviations.com/splaying>.
Discuss these splaying abbreviations with the community:
Report Comment
We're doing our best to make sure our content is useful, accurate and safe.
If by any chance you spot an inappropriate comment while navigating through our website please use this form to let us know, and we'll take care of it shortly.
Attachment
You need to be logged in to favorite.
Log In