aboutsummaryrefslogtreecommitdiff
path: root/rb.c
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2020-08-02 10:38:41 +0200
committerThomas Schmucker <ts@its1.de>2020-08-02 10:38:41 +0200
commite7986e3e11b9ca91079bacae7fc2f79dce515f5d (patch)
tree8445b05e4b1f3f8c0dfeef5f9e6d023f52ad108d /rb.c
parent1aecbf40567f0f1943285c774b4d6369e1a90ceb (diff)
downloaddata-structures-e7986e3e11b9ca91079bacae7fc2f79dce515f5d.tar.gz
data-structures-e7986e3e11b9ca91079bacae7fc2f79dce515f5d.tar.bz2
data-structures-e7986e3e11b9ca91079bacae7fc2f79dce515f5d.zip
format code
Diffstat (limited to 'rb.c')
-rw-r--r--rb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rb.c b/rb.c
index 2a8bff2..1a9e873 100644
--- a/rb.c
+++ b/rb.c
@@ -1,3 +1,7 @@
1/*
2 Implementierung übernommen von: https://web.archive.org/web/20140328232325/http://en.literateprograms.org/Red-black_tree_(C)
3 */
4
1#include <stdio.h> 5#include <stdio.h>
2#include <stdlib.h> 6#include <stdlib.h>
3#include <time.h> 7#include <time.h>