From 44e57b42f15d0529fc253a7ecd0b4e058310fd0c Mon Sep 17 00:00:00 2001 From: RJDEATH <55993876+RJDEATH@users.noreply.github.com> Date: Tue, 1 Oct 2019 19:25:16 +0530 Subject: [PATCH] Update Chaining.cpp --- Hashing/Chaining.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hashing/Chaining.cpp b/Hashing/Chaining.cpp index 55aa8961c79..e085907cef6 100644 --- a/Hashing/Chaining.cpp +++ b/Hashing/Chaining.cpp @@ -1,5 +1,5 @@ -#include #include +#include using namespace std; struct Node @@ -137,4 +137,4 @@ int main(void) display(&head1); display(&head2);*/ return 0; -} \ No newline at end of file +}