From 8c0487986d3c8f2ce3eb3578c78254453f2b7f64 Mon Sep 17 00:00:00 2001 From: YasirLiang Date: Fri, 17 Jun 2016 14:41:22 +0800 Subject: [PATCH] add red black main functions --- Makefile | 2 +- hash.c | 0 hash.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 hash.c mode change 100755 => 100644 hash.h diff --git a/Makefile b/Makefile index 4948c2f..0bd51cf 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,4 @@ rb_tree_main.o:rb_tree_main.c gcc -c -o $@ $< clean: - rm -rf ./*.o hash_main bubble_sort hash br_tree + rm -rf ./*.o hash_main bubble_sort hash rb_tree diff --git a/hash.c b/hash.c old mode 100755 new mode 100644 diff --git a/hash.h b/hash.h old mode 100755 new mode 100644