- treemap
Wikipedia foundation.
Wikipedia foundation.
Treemap — Visualisierung eines Verzeichnisbaums mit Hilfe einer Tree Map in TreeSize Eine Tree Map dient der Visualisierung hierarchischer Strukturen, die hierbei durch ineinander verschachtelte Rechtecke dargestellt werden. Damit können anschaulich… … Deutsch Wikipedia
Реализация АВЛ-дерева — Ниже предложены возможная программная реализация АВЛ дерева. Код класса на Object Pascal. unit mAVLTree; interface type TAVLTree = class; TAVLTreeNode = class (TObject) private FKey: Cardinal; FData: TObject; FBalance, FLeftBalance, FRightBalance … Википедия
Treemapping — is a method for displaying tree structured data using nested rectangles. Main idea Treemaps display hierarchical (tree structured) data as a set of nested rectangles. Each branch of the tree is given a rectangle, which is then tiled with smaller… … Wikipedia
Java collections framework — class and interface hierarchy of java.util.Collection class and interface hierarchy … Wikipedia
Panopticode — The Panopticode free software / open source project provides a standardized format for describing the structure of software projects and integrates Software metrics from several tools into that format. Reporting options provide correlation and… … Wikipedia
Panopticon Software — Infobox Company name = Panopticon Software type = Private genre = foundation = Stockholm, Sweden (1999) founder = Willem De Geer location city = Stockholm location country = Sweden location = locations = 3 area served = North America, Europe key… … Wikipedia
Comparison of programming languages (mapping) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Martin M. Wattenberg — Residence Massachusetts Nationality American Fields … Wikipedia
Red-black tree — A red black tree is a type of self balancing binary search tree, a data structure used in computer science, typically used to implement associative arrays. The original structure was invented in 1972 by Rudolf Bayer who called them symmetric… … Wikipedia
Ben Shneiderman — Infobox Scientist name = Ben Shneiderman image width = caption = birth date = Birth date and age|1947|8|21|mf=y birth place = New York, NY death date = death place = residence = Washington, DC citizenship = USA nationality = USA ethnicity = field … Wikipedia