
[LeetCode] 433. Minimum Genetic Mutation (Python)
·
Algorithm
LeetCode 433. Minimum Genetic Mutation 🗓️ Daily LeetCoding Challenge November, Day 2 String / BFS https://leetcode.com/problems/minimum-genetic-mutation/ Minimum Genetic Mutation - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 1. 문제 설명 유전자 염기서열(문자열) start와 end가 주어지면 start에서 시작하여 ..