From: Elias Fleckenstein Date: Wed, 30 Mar 2022 16:26:48 +0000 (+0200) Subject: Fix array ascii art X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=33d2a71a7ea9304db47ba3b959c862b72f5c4bba;p=dragonstd.git Fix array ascii art --- diff --git a/array.h b/array.h index c69623b..654de37 100644 --- a/array.h +++ b/array.h @@ -1,7 +1,6 @@ /* - +-------+ - | ARRAY | - +-------+ + Array + ----- +-----------+--------------------+---------------------------------------+ | Operation | Average complexity | Notes |