diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-08-02 10:38:41 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-08-02 10:38:41 +0200 |
| commit | e7986e3e11b9ca91079bacae7fc2f79dce515f5d (patch) | |
| tree | 8445b05e4b1f3f8c0dfeef5f9e6d023f52ad108d /rb.c | |
| parent | 1aecbf40567f0f1943285c774b4d6369e1a90ceb (diff) | |
| download | data-structures-e7986e3e11b9ca91079bacae7fc2f79dce515f5d.tar.gz data-structures-e7986e3e11b9ca91079bacae7fc2f79dce515f5d.tar.bz2 data-structures-e7986e3e11b9ca91079bacae7fc2f79dce515f5d.zip | |
format code
Diffstat (limited to 'rb.c')
| -rw-r--r-- | rb.c | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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> |
