Main article: Integer
Wikipedia has an article related to:
In computer science, a long or long integer is a data type that holds an integer value but has a wider range than the standard integer data type. A long usually spans 64 bits (8 bytes).
Data structures
List
Array (
Dynamic ยท
Parallel ยท
Sparse ) ยท
Bitmap ยท
Linked list (
unrolled ยท
xor ) ยท
Buffer (
Stack ยท
Queue ยท
Priority queue ยท
Deque ยท
Circular buffer )
Dictionary
Hash table ยท Self-balancing binary search tree ยท Skip list
Graph
Adjacency list ยท Adjacency matrix
Tree
Binary tree ยท K-ary tree ยท Binary search tree ยท Self-balancing binary search tree ยท Heap ยท Binary heap ยท Syntax tree ยท Abstract syntax tree
Table
Matrix
Primitive and composite types
Data structures category