Skip to content

Commit

Permalink
add red black main functions
Browse files Browse the repository at this point in the history
  • Loading branch information
moltanix committed Jun 17, 2016
1 parent f631c40 commit 8c04879
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Empty file modified hash.c
100755 → 100644
Empty file.
Empty file modified hash.h
100755 → 100644
Empty file.

0 comments on commit 8c04879

Please sign in to comment.