Popular repositories Loading
-
max-profit-cutting-metal-rods
max-profit-cutting-metal-rods PublicHackerRank In order to maximize profit, he should sell the metal of same size and shape.
Java
-
remove-all-adjacent-duplicates-in-string
remove-all-adjacent-duplicates-in-string PublicYou are given a string and an integer k, a k duplicate removal consists of choosing k adjacent and equal letters from string and removing them
Java
-
length-of-the-longest-substring-without-repeating-characters
length-of-the-longest-substring-without-repeating-characters PublicGiven a string s, find the length of the longest substring without repeating characters. Knuth–Morris–Pratt algorithm.
Java
-
longestrepeating-character-replacement
longestrepeating-character-replacement PublicYou are given a string s and an integer k. You can choose any character of the string and change it to any other uppercase English character. You can perform this operation at most k times.
Java
-
minimum-window-substring
minimum-window-substring Public templateMinimum Window Substring Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicates) is included in the…
Java
-
walid-anagram
walid-anagram PublicGiven two strings s and t, return true if t is an anagram of s, and false otherwise.
Java
If the problem persists, check the GitHub status page or contact support.