From 636f46d1c50ef84feb17dd286c7998fe387262d3 Mon Sep 17 00:00:00 2001 From: YashKesh <89805020+YashKesh@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:35:12 +0530 Subject: [PATCH] Rename prim"s algorithm.py to prims_algorithm.py The wayy of declaring file name was wrong and changes --- "prim\"s algorithm.py" => prims_algorithm.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "prim\"s algorithm.py" => prims_algorithm.py (100%) diff --git "a/prim\"s algorithm.py" b/prims_algorithm.py similarity index 100% rename from "prim\"s algorithm.py" rename to prims_algorithm.py