GoodTecher

Be a Good Techer and Tech for Good. www.goodtecher.com

Skip to content
Menu
  • Home
  • LeetCode
    • Array
    • Binary Search
    • Binary Tree
    • Depth First Search
    • Design
    • Dynamic Programming
    • Linked List
    • Math
    • Stack
    • String
    • Two Pointers
    • Union Find
  • Useful

Category: String

  • Posted on February 9, 2021February 9, 2021
  • LeetCode

LeetCode 1119. Remove Vowels from a String

Description https://leetcode.com/problems/remove-vowels-from-a-string/ Given a string s, remove the vowels ‘a’, ‘e’, ‘i’, ‘o’, and ‘u’ from it, and return the new string. Example 1: Input: s =…

Continue Reading
  • Posted on February 2, 2021February 2, 2021
  • LeetCode

LeetCode 151. Reverse Words in a String

Description https://leetcode.com/problems/reverse-words-in-a-string/ Given an input string s, reverse the order of the words. A word is defined as a sequence of non-space characters. The words in s will…

Continue Reading
  • Posted on January 28, 2021January 28, 2021
  • LeetCode

LeetCode 709. To Lower Case

Description https://leetcode.com/problems/to-lower-case/ Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1:…

Continue Reading
  • Posted on October 23, 2020September 22, 2021
  • LeetCode

LeetCode 833. Find And Replace in String

Description https://leetcode.com/problems/find-and-replace-in-string/ To some string S, we will perform some replacement operations that replace groups of letters with new ones (not necessarily the…

Continue Reading
  • Posted on October 21, 2020February 14, 2021
  • LeetCode

LeetCode 771. Jewels and Stones

Description https://leetcode.com/problems/jewels-and-stones/ You’re given strings J representing the types of stones that are jewels, and S representing the stones you have.  Each character in S is…

Continue Reading
  • Posted on October 21, 2020October 21, 2020
  • LeetCode

LeetCode 753. Cracking the Safe

Description https://leetcode.com/problems/cracking-the-safe/ There is a box protected by a password. The password is a sequence of n digits where each digit can be…

Continue Reading
  • Posted on October 20, 2020October 20, 2020
  • LeetCode

LeetCode 809. Expressive Words

Description https://leetcode.com/problems/expressive-words/ Sometimes people repeat letters to represent extra feeling, such as “hello” -> “heeellooo”, “hi” -> “hiiii”.  In these…

Continue Reading
  • Posted on October 18, 2020September 19, 2021
  • LeetCode

LeetCode 205. Isomorphic Strings

Description https://leetcode.com/problems/isomorphic-strings/ Given two strings s and t, determine if they are isomorphic. Two strings s and t are isomorphic if the characters in s can be replaced to get t.…

Continue Reading
  • Posted on October 16, 2020October 16, 2020
  • LeetCode

LeetCode 299. Bulls and Cows

Description https://leetcode.com/problems/most-common-word/ You are playing the Bulls and Cows game with your friend. You write down a secret number and ask your…

Continue Reading
  • Posted on October 15, 2020January 14, 2021
  • LeetCode

LeetCode 819. Most Common Word

Description https://leetcode.com/problems/most-common-word/ Given a paragraph and a list of banned words, return the most frequent word that is not in the…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 7 Page 8 Page 9 Page 10 Next Page

Follow GoodTecher

Categories

  • HackerRank (1)
  • Interview (7)
  • LeetCode (588)
    • Array (185)
    • Backtracking (18)
    • Binary Search (19)
    • Binary Tree (63)
    • Bit Manipulation (15)
    • Database (40)
    • Depth First Search (6)
    • Design (10)
    • Dynamic Programming (17)
    • Graph (18)
    • Greedy (5)
    • Heap (1)
    • Linked List (26)
    • Math (36)
    • Recursion (3)
    • Sorting (11)
    • Stack (11)
    • String (95)
    • Two Pointers (12)
    • Union Find (2)
  • Machine Learning (7)
  • Technical Solutions (2)
  • Useful (3)
© Copyright 2025 – GoodTecher
Cell Theme by DesignOrbital ⋅ Powered by WordPress