From 9d62c0f4b51ddd043870b4f279918fe44b82c110 Mon Sep 17 00:00:00 2001 From: Tapajyoti Bose Date: Mon, 27 Jul 2020 15:05:04 +0530 Subject: [PATCH] Created Tree Section + Moved Tree algorithm from into the folder --- {Graphs => Trees}/DepthFirstSearch.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Graphs => Trees}/DepthFirstSearch.js (100%) diff --git a/Graphs/DepthFirstSearch.js b/Trees/DepthFirstSearch.js similarity index 100% rename from Graphs/DepthFirstSearch.js rename to Trees/DepthFirstSearch.js