-
Notifications
You must be signed in to change notification settings - Fork 0
String
Varma Penmetsa edited this page Sep 26, 2018
·
4 revisions
- Given a word, judge whether the usage of caps is correct
- Convert give string to Goat Latin
- Judge round circle
- String to lower case
- Unique Moose code
- Reverse a String
- Reverse a String 2
- Rotate a String
- Rotate Digits
- Merge two strings alternatively
- Check if give string is a palindrome
- Check if the given string is palindrome, if you can delete at most 1 character
- [Construct String from a binary tree(To Do)]
- Find the smallest window in a string containing all characters of another string
- Count all possible substrings that has exactly k distinct characters
- KMP Pattern Search
- Find longest palindrome subsequence
- Longest Substring without repeating characters
- Given an array of strings, group anagrams together
- Convert a non-negative integer to its english words representation
- Longest substring with at most k distinct characters(To Do)