Skip to content
Free standard shipping to supported destinations
Delta-Xi LogoDelta Xi
ShopOur storyLearnHelp
Learn
OverviewConcepts
Delta-Xi LogoDelta Xi

A place for good ideas, on a shirt or off the page.

Say hello

Explore

  • Shop all
  • Mathematics T-shirts
  • Accessories
  • Learn
  • Our story

Here to help

  • Contact
  • Size & care questions
  • Shipping & returns
  • Your orders
  • Track an order

Keep in touch

  • Instagram
  • Discord
  • Telegram
  • Affiliate programme

© 2026 Delta Xi. Prices in USD.

PrivacyTerms

Your cookie choices

Essential cookies keep your basket and sign-in working. Optional cookies help us understand visits and measure ads. Privacy details.

STEM Concepts

Follow an equation, work through an example, or check an assumption. Browse 69 concepts across mathematics, physics and computing.

All📐Mathematics(19)⚛️Physics(12)🔄Algorithms(7)🏗️Data Structures(8)🤖Machine Learning(10)🧠CS Theory(5)🖥️Systems(2)🌐Networking(3)⚙️Engineering(2)🧪Chemistry(1)
🏗️

data-structure

Data Structures

Binary Search Tree

Binary tree that maintains sorted order for efficient search, insert, and delete operations.

View Explanation
🏗️

data-structure

Data Structures

Binary Tree

Hierarchical data structure in which each node has at most two children.

View Explanation
🏗️

data-structure

Data Structures

Graph

Non-linear data structure consisting of vertices (nodes) connected by edges.

View Explanation
🏗️

data-structure

Data Structures

Hash Table

Data structure that implements an associative array with O(1) average lookup time.

View Explanation
🏗️

data-structure

Data Structures

Heap (Priority Queue)

Tree-based data structure that satisfies the heap property, used for priority queues.

View Explanation
🏗️

data-structure

Data Structures

Linked List

Linear data structure where elements are stored in nodes connected by pointers.

View Explanation
🏗️

data-structure

Data Structures

Queue

FIFO (First In, First Out) data structure with enqueue and dequeue operations.

View Explanation
🏗️

data-structure

Data Structures

Stack

LIFO (Last In, First Out) data structure with push and pop operations.

View Explanation