From 78a223f940e84a69cc6a599cb45dd0b8b750416b Mon Sep 17 00:00:00 2001 From: Acchu_Bharath Date: Wed, 5 Oct 2022 00:10:32 -0700 Subject: [PATCH] Added krushkal and dijkstra algorithm --- algorithms/Python/graphs/{Dijkstras.py => dijkstras-algorithm.py} | 0 algorithms/Python/graphs/{Krushkals.py => krushkals-algorithm.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename algorithms/Python/graphs/{Dijkstras.py => dijkstras-algorithm.py} (100%) rename algorithms/Python/graphs/{Krushkals.py => krushkals-algorithm.py} (100%) diff --git a/algorithms/Python/graphs/Dijkstras.py b/algorithms/Python/graphs/dijkstras-algorithm.py similarity index 100% rename from algorithms/Python/graphs/Dijkstras.py rename to algorithms/Python/graphs/dijkstras-algorithm.py diff --git a/algorithms/Python/graphs/Krushkals.py b/algorithms/Python/graphs/krushkals-algorithm.py similarity index 100% rename from algorithms/Python/graphs/Krushkals.py rename to algorithms/Python/graphs/krushkals-algorithm.py