From 20e6afc45d81a00bf611b0ec1f97a6f06df8a4c2 Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Thu, 15 Aug 2024 14:45:51 +0900 Subject: [PATCH] mv a file into correct difficulty --- .../minimum_number_of_pushes_to_type_word_ii.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename minimum_number_of_pushes_to_type_word_ii.py => medium/minimum_number_of_pushes_to_type_word_ii.py (100%) diff --git a/minimum_number_of_pushes_to_type_word_ii.py b/medium/minimum_number_of_pushes_to_type_word_ii.py similarity index 100% rename from minimum_number_of_pushes_to_type_word_ii.py rename to medium/minimum_number_of_pushes_to_type_word_ii.py