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 April 18, 2021April 18, 2021
  • LeetCode

LeetCode 1832. Check if the Sentence Is Pangram

Description https://leetcode.com/problems/check-if-the-sentence-is-pangram/ A pangram is a sentence where every letter of the English alphabet appears at least once. Given a string sentence containing only…

Continue Reading
  • Posted on April 12, 2021April 12, 2021
  • LeetCode

LeetCode 434. Number of Segments in a String

Description https://leetcode.com/problems/number-of-segments-in-a-string/ You are given a string s, return the number of segments in the string.  A segment is defined to be a contiguous…

Continue Reading
  • Posted on April 11, 2021April 11, 2021
  • LeetCode

LeetCode 1816. Truncate Sentence

Description https://leetcode.com/problems/truncate-sentence/ A sentence is a list of words that are separated by a single space with no leading or trailing spaces.…

Continue Reading
  • Posted on April 8, 2021April 8, 2021
  • LeetCode

LeetCode 1805. Number of Different Integers in a String

Description https://leetcode.com/problems/number-of-different-integers-in-a-string/ You are given a string word that consists of digits and lowercase English letters. You will replace every non-digit character…

Continue Reading
  • Posted on April 6, 2021April 6, 2021
  • LeetCode

LeetCode 796. Rotate String

Description https://leetcode.com/problems/rotate-string/ We are given two strings, A and B. A shift on A consists of taking string A and moving the leftmost character to the rightmost position.…

Continue Reading
  • Posted on April 5, 2021April 5, 2021
  • LeetCode

LeetCode 1796. Second Largest Digit in a String

Description https://leetcode.com/problems/second-largest-digit-in-a-string/ Given an alphanumeric string s, return the second largest numerical digit that appears in s, or -1 if it does not exist. An alphanumericstring is a…

Continue Reading
  • Posted on April 5, 2021April 5, 2021
  • LeetCode

LeetCode 1056. Confusing Number

Description https://leetcode.com/problems/confusing-number/ Given a number N, return true if and only if it is a confusing number, which satisfies the following condition: We can…

Continue Reading
  • Posted on April 5, 2021April 5, 2021
  • LeetCode

LeetCode 58. Length of Last Word

Description https://leetcode.com/problems/length-of-last-word/ Given a string s consists of some words separated by spaces, return the length of the last word in the string. If…

Continue Reading
  • Posted on April 4, 2021September 2, 2021
  • LeetCode

LeetCode 415. Add Strings

Description https://leetcode.com/problems/add-strings/ Given two non-negative integers, num1 and num2 represented as string, return the sum of num1 and num2 as a string. Example 1: Input: num1 = “11”, num2…

Continue Reading
  • Posted on April 3, 2021April 3, 2021
  • LeetCode

LeetCode 392. Is Subsequence

Description https://leetcode.com/problems/is-subsequence/ Given two strings s and t, check if s is a subsequence of t. A subsequence of a string is a new string that is formed from the…

Continue Reading

Posts navigation

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