Link Search Menu Expand Document (external link)

Data Structures

Get started now View examples on GitHub


Data Structures vs APIs

APIs are build on top on the Data Structures and they add additional functionalities to the basic data structures.

Data Structure   APIs
Array -> ArrayList
Linked List -> Stacks & Queues
Array + Linked List -> HashTable
Binary Tree -> Binary Heap

Comparison

Common Data Structure Operations


Table of contents