Algorithms and Data Structures
with implementations in Java and C++
Data structures
Algorithms
C++
Books
Forum
Feedback
C++ code snippets
Economics Textbook
Looking for hosting? Read
HostGator review
to find 7 arguments in support of HostGator.
Data structures
Array and string
Binary heap
Binary search tree (BST)
Dynamic array
Graph
Hash table
Singly-linked list
Abstract data types
Dictionary ADT
Priority queue ADT
Stack ADT
(impl.:
array-based stack implementation
)