diff --git a/Leetcode/easy_Q744.py b/Leetcode/easy_Q744.py new file mode 100644 index 0000000..c7f1cbb --- /dev/null +++ b/Leetcode/easy_Q744.py @@ -0,0 +1,2 @@ +def nextGreatestLetter(self, letters: List[str], target: str) -> str: + pass