From 0fd1a19ba510b83cff81d4a0ebbfbc81c9ef4f2b Mon Sep 17 00:00:00 2001 From: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com> Date: Tue, 28 Jul 2020 21:46:56 +0530 Subject: [PATCH] Created Tree Section + Moved Tree algorithm from into the folder (#236) --- {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