Word Explorer

Suffix array

💡 Words with a Similar Meaning to "Suffix array"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
generalized suffix treeIn computer science, a generalized suffix tree is a suffix tree for a set of strings.
lcp arrayIn computer science, the longest common prefix array (LCP array) is an auxiliary data structure to the suffix array.
trienoun(computer science) An ordered tree data structure that is used to store an associative array where the keys are usually strings.
hash listIn computer science, a hash list is typically a list of hashes of the data blocks in a file or set of files.
selection sortnoun(computing theory) A sorting algorithm that divides the input list into two sublists — items already sorted, and items not yet sorted — and gradually transfers elements from one list to the other.
search treenoun(computing theory) A tree (data structure) set up to facilitate searching.
range treeIn computer science, a range tree is an ordered tree data structure to hold a list of points.
array programmingIn computer science, array programming refers to solutions that allow the application of operations to an entire set of values at once.
associative arraynoun(computing) An array-like data structure where the indices (called keys) are not limited to integers.
data structurenoun(computer science) Any form of storing and organizing data in a computer so that it can be accessed efficiently.
recordnounAn item of information put into a temporary or permanent physical medium.
abstract data typenoun(programming) A data type defined only by data properties and operations to be performed on the data without any specification as to how the data will be represented or the operations performed.
serial filenoun(computing) A type of sequential file consisting of multiple data records with the same fields.
bit arraynoun(programming) An array structure which store bit (0,1) values.
radix sortnoun(computing) Any of various sorting algorithms in which items are processed according to the value of each digit or character in turn
databasenoun(computing) A set of tables and other objects (queries, reports, forms) in the form of a structured data set.
lookup tablenoun(computing) A data structure created for the purpose of translating keys into values.
sequential access memoryIn computing, sequential access memory is a class of data storage devices that read stored data in a sequence.
call stacknoun(programming) A stack that stores details of the functions called by a program in sequence, so that each function can return on completion to the code that called it.
insertion sortnoun(computer science) A sorting algorithm that performs its task by inserting new items into a pre-existing sorted data structure.

Translate “Suffix array” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Suffix array