From 6d4ea8bd1da771ea1315a73f0759c5f732fe1b99 Mon Sep 17 00:00:00 2001 From: Erwin Lejeune Date: Mon, 13 Apr 2020 14:24:16 +0200 Subject: [PATCH] change file name --- PathPlanning/DepthFirstSearch/{dfs.py => depth_first_search.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename PathPlanning/DepthFirstSearch/{dfs.py => depth_first_search.py} (100%) diff --git a/PathPlanning/DepthFirstSearch/dfs.py b/PathPlanning/DepthFirstSearch/depth_first_search.py similarity index 100% rename from PathPlanning/DepthFirstSearch/dfs.py rename to PathPlanning/DepthFirstSearch/depth_first_search.py