440 results for data structures

www.bing.com/ck/a?!&&p=c7627cb18c48c8508658c6805f0d3577b0d42ce304206232c742ef2a204cf49aJmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=2e860c09-0f50-6385-3b25-1b1b0ec8620e&u=a1aHR0cHM6Ly9lbi53aWtpYm9va3Mub3JnL3dpa2kvRGF0YV9TdHJ1Y3R1cmVz&ntb=1

Data Structures - Wikibooks, open books for an open world

Dec 29, 2022 · This book is part one of a series of three computer science textbooks on algorithms, continuing on to the techniques of algorithms in Algorithms and ending with Advanced Data …

en.wikipedia.org/wiki/Heap_%28data_structure%29

Heap (data structure) - Wikipedia

stored, with their structure being implicit in the access pattern of the operations. Heaps differ in this way from other data structures with similar or

www.bing.com/ck/a?!&&p=b494d4eea3e304a7b9bb5f47d6af0c3f9b72d7a72597c03ffb29cbdc721ec647JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=2e860c09-0f50-6385-3b25-1b1b0ec8620e&u=a1aHR0cHM6Ly93d3cudzNzY2hvb2xzLmNvbS9kc2EvZHNhX2ludHJvLnBocA&ntb=1

DSA Introduction - W3Schools

Data structures are essential ingredients in creating fast and powerful algorithms. They help in managing and organizing data, reduce complexity, and increase efficiency.

en.wikipedia.org/wiki/ISO%2FIEC_20248

ISO/IEC 20248 - Wikipedia

Automatic Identification and Data Capture Techniques – Data Structures – Digital Signature Meta Structure is an international standard specification under development

github.com/vjcitn/curatedMSIData

vjcitn/curatedMSIData

Data structures managing published data on microsatellite instability in cancer (⭐ 1)

arxiv.org/abs/2208.06703v1

Intersection Searching amid Tetrahedra in Four Dimensions

We develop data structures for intersection queries in four dimensions that involve segments, triangles and tetrahedra. Specifically, we study three main problems: (i) Preprocess a set of $n$ tetrahedra in $\reals^4$ into a data structure for answeri...

arxiv.org/abs/1902.06891v5

Using Skip Graphs for Increased NUMA Locality

We present a data partitioning technique performed over skip graphs that promotes significant quantitative and qualitative improvements on NUMA locality in concurrent data structures, as well as reduced contention. We build on previous techniques of...

arxiv.org/abs/2008.09406v5

$(2+ε)$-ANN for time series under the Fréchet distance

We study approximate-near-neighbor data structures for time series under the continuous Fréchet distance. For an attainable approximation factor $c>1$ and a query radius $r$, an approximate-near-neighbor data structure can be used to preprocess $n$...

arxiv.org/abs/1512.03300v1

Inference in topic models: sparsity and trade-off

Topic models are popular for modeling discrete data (e.g., texts, images, videos, links), and provide an efficient way to discover hidden structures/semantics in massive data. One of the core problems in this field is the posterior inference for indi...

www.bing.com/ck/a?!&&p=c1388d0dc22a1c6b60e75a18c69de5774b4a2b8eb81e8974a3486589becde531JmltdHM9MTc3MjQ5NjAwMA&ptn=3&ver=2&hsh=4&fclid=276366d2-1fea-6c4c-18d4-71c01e0f6dc5&u=a1aHR0cHM6Ly9yLWNvZGVyLmNvbS9sZWFybi1yLw&ntb=1

LEARN R [Introduction, Data Structures, Data ... - R CODER

This course is a set of tutorials sorted by category in which you will learn all the basics (and some more advanced content) to handle the R programming language.

arxiv.org/abs/1204.0064v2

Perturbation and scaled Cook's distance

Cook's distance [Technometrics 19 (1977) 15-18] is one of the most important diagnostic tools for detecting influential individual or subsets of observations in linear regression for cross-sectional data. However, for many complex data structures (e....

en.wikipedia.org/wiki/Persistent_data_structure

Persistent data structure - Wikipedia

when it is modified. Such data structures are effectively immutable, as their operations do not (visibly) update the structure in-place, but instead always

arxiv.org/abs/1901.02338v1

Sparse One-Time Grab Sampling of Inliers

Estimating structures in "big data" and clustering them are among the most fundamental problems in computer vision, pattern recognition, data mining, and many other other research fields. Over the past few decades, many studies have been conducted fo...

arxiv.org/abs/2310.01461v1

Awkward Just-In-Time (JIT) Compilation: A Developer's Experience

Awkward Array is a library for performing NumPy-like computations on nested, variable-sized data, enabling array-oriented programming on arbitrary data structures in Python. However, imperative (procedural) solutions can sometimes be easier to write...

github.com/evrencoskun/TableView

evrencoskun/TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells. (⭐ 3186)