From 930aa6fd42b6ddd0a0c2f96379333aa19a1a120d Mon Sep 17 00:00:00 2001 From: Bailey Thompson Date: Fri, 1 Dec 2017 23:06:15 -0500 Subject: [PATCH] Add array --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d7b819..bca4d94 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Inspired by the C++ STL. Implementation of the STL data structures using C; howe # Sequence containers Data structures which can be accessed sequentially. -

array (todo) - static contiguous array +

array - static contiguous array

vector - dynamic contiguous array

deque - double-ended queue

forward_list - singly-linked list