diff options
| author | Thomas Schmucker <ts@its1.de> | 2022-04-10 09:01:17 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2022-04-10 09:01:17 +0200 |
| commit | 7221289477ba80bfbb9c2c37e43a9d6b1d0e6d17 (patch) | |
| tree | 8516dc7673e88a9e3886911fcc6778c62d21acf6 /src | |
| parent | 38f5e364f73967c01f9ed442fe6646e70cb1dde0 (diff) | |
| download | data-structures-7221289477ba80bfbb9c2c37e43a9d6b1d0e6d17.tar.gz data-structures-7221289477ba80bfbb9c2c37e43a9d6b1d0e6d17.tar.bz2 data-structures-7221289477ba80bfbb9c2c37e43a9d6b1d0e6d17.zip | |
feat: rename files
Diffstat (limited to 'src')
| -rw-r--r-- | src/avl-tree.c (renamed from src/avl.c) | 0 | ||||
| -rw-r--r-- | src/binary-search-tree.c (renamed from src/tree.c) | 0 | ||||
| -rw-r--r-- | src/double-linked-list.c (renamed from src/dlist.c) | 0 | ||||
| -rw-r--r-- | src/hash-table.c (renamed from src/hashtab.c) | 0 | ||||
| -rw-r--r-- | src/red-black-tree.c (renamed from src/rb.c) | 0 | ||||
| -rw-r--r-- | src/ring-buffer.c (renamed from src/ringbuff.c) | 0 | ||||
| -rw-r--r-- | src/single-linked-list.c (renamed from src/list.c) | 0 | ||||
| -rw-r--r-- | src/stack-array.c (renamed from src/stack2.c) | 0 | ||||
| -rw-r--r-- | src/stack-linked-list.c (renamed from src/stack.c) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/src/avl.c b/src/avl-tree.c index 874cc6c..874cc6c 100644 --- a/src/avl.c +++ b/src/avl-tree.c | |||
diff --git a/src/tree.c b/src/binary-search-tree.c index 93690e2..93690e2 100644 --- a/src/tree.c +++ b/src/binary-search-tree.c | |||
diff --git a/src/dlist.c b/src/double-linked-list.c index 55e42d7..55e42d7 100644 --- a/src/dlist.c +++ b/src/double-linked-list.c | |||
diff --git a/src/hashtab.c b/src/hash-table.c index 256fac9..256fac9 100644 --- a/src/hashtab.c +++ b/src/hash-table.c | |||
diff --git a/src/rb.c b/src/red-black-tree.c index 7c2d2c1..7c2d2c1 100644 --- a/src/rb.c +++ b/src/red-black-tree.c | |||
diff --git a/src/ringbuff.c b/src/ring-buffer.c index 1294b3b..1294b3b 100644 --- a/src/ringbuff.c +++ b/src/ring-buffer.c | |||
diff --git a/src/list.c b/src/single-linked-list.c index d18dae4..d18dae4 100644 --- a/src/list.c +++ b/src/single-linked-list.c | |||
diff --git a/src/stack2.c b/src/stack-array.c index 5f4ba41..5f4ba41 100644 --- a/src/stack2.c +++ b/src/stack-array.c | |||
diff --git a/src/stack.c b/src/stack-linked-list.c index 48b9eba..48b9eba 100644 --- a/src/stack.c +++ b/src/stack-linked-list.c | |||
