Site Tools


list-of-data-structures

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
list-of-data-structures [February 18, 2026 at 04:07] yanevskivlist-of-data-structures [May 14, 2026 at 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# List of data structures
  
 +- [[array]]
 +- [[forward-list]]
 +- [[linked-list]]
 +- [[dynamic-array]]
 +- [[stack]]
 +- [[queue]]
 +- [[circular-buffer]]
 +- [[matrix]]
 +- [[binary-tree]]
 +- [[heap]]
 +- [[red-black-tree]]
 +- [[b-tree]]
 +- [[b-plus-tree]]
 +- [[hash-map]]
 +- [[graph]]