diff options
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> |
