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