Leetcode Commit Message Generator

Generate file names and commit messages for Leetcode problems.

💡 Format: "Problem Number. Problem Title" (e.g., "1304. Find N Unique Integers Sum up to Zero")

Examples

Input:

1304. Find N Unique Integers Sum up to Zero

→ File: find_n_unique_integers_sum_up_to_zero_1304.py

→ Commit: git commit -m "Solve Leetcode Problem 1304. Find N Unique Integers Sum up to Zero"

Input:

1. Two Sum

→ File: two_sum_1.py

→ Commit: git commit -m "Solve Leetcode Problem 1. Two Sum"