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 March 31, 2021March 31, 2021
  • LeetCode

LeetCode 1422. Maximum Score After Splitting a String

Description https://leetcode.com/problems/maximum-score-after-splitting-a-string/ Given a string s of zeros and ones, return the maximum score after splitting the string into two non-empty substrings (i.e. left substring and right substring). The score after…

Continue Reading
  • Posted on March 30, 2021March 30, 2021
  • LeetCode

LeetCode 1556. Thousand Separator

Description https://leetcode.com/problems/thousand-separator/ Given an integer n, add a dot (“.”) as the thousands separator and return it in string format. Example 1: Input: n…

Continue Reading
  • Posted on March 29, 2021March 29, 2021
  • LeetCode

LeetCode 1189. Maximum Number of Balloons

Description https://leetcode.com/problems/maximum-number-of-balloons/ Given a string text, you want to use the characters of text to form as many instances of the word “balloon” as possible.…

Continue Reading
  • Posted on March 26, 2021March 26, 2021
  • LeetCode

LeetCode 1408. String Matching in an Array

Description https://leetcode.com/problems/string-matching-in-an-array/ Given an array of string words. Return all strings in words which is substring of another word in any order.  String words[i] is substring of words[j], if can…

Continue Reading
  • Posted on March 25, 2021March 25, 2021
  • LeetCode

LeetCode 1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence

Description https://leetcode.com/problems/find-words-that-can-be-formed-by-characters/ Given a sentence that consists of some words separated by a single space, and a searchWord. You have to check if searchWord is a…

Continue Reading
  • Posted on March 24, 2021March 24, 2021
  • LeetCode

LeetCode 1446. Consecutive Characters

Description https://leetcode.com/problems/consecutive-characters/ Given a string s, the power of the string is the maximum length of a non-empty substring that contains only…

Continue Reading
  • Posted on March 19, 2021March 19, 2021
  • LeetCode

LeetCode 884. Uncommon Words from Two Sentences

Description https://leetcode.com/problems/uncommon-words-from-two-sentences/ We are given two sentences A and B.  (A sentence is a string of space separated words.  Each word consists only of lowercase letters.) A…

Continue Reading
  • Posted on March 18, 2021
  • LeetCode

LeetCode 500. Keyboard Row

Description https://leetcode.com/problems/keyboard-row/ Given an array of strings words, return the words that can be typed using letters of the alphabet on only…

Continue Reading
  • Posted on March 18, 2021March 18, 2021
  • LeetCode

LeetCode 1507. Reformat Date

Description https://leetcode.com/problems/reformat-date/ Given a date string in the form Day Month Year, where: Day is in the set {“1st”, “2nd”, “3rd”, “4th”, …, “30th”, “31st”}.…

Continue Reading
  • Posted on March 15, 2021March 15, 2021
  • LeetCode

LeetCode 811. Subdomain Visit Count

Description https://leetcode.com/problems/subdomain-visit-count/ A website domain like “discuss.leetcode.com” consists of various subdomains. At the top level, we have “com”, at the…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 5 Page 6 Page 7 … 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