Leetcode.com

LeetCode - The World's Leading Online Programming Learning Platform

LeetCode - The World's Leading Online Programming Learning Platform

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

Tên miền: leetcode.com Đọc thêm

Problems - LeetCode

Problems - LeetCode

Boost your coding interview skills and confidence by practicing real interview questions with LeetCode. Our platform offers a range of essential problems for practice, as well as the latest...

Tên miền: leetcode.com Đọc thêm

Decode String

Decode String

You may assume that the input string is always valid; there are no extra white spaces, square brackets are well-formed, etc. Furthermore, you may assume that ...Read more

Tên miền: leetcode.com Đọc thêm

Minimum Add to Make Parentheses Valid

Minimum Add to Make Parentheses Valid

A parentheses string is valid if and only if: It is the empty string,; It can be written as AB ( A concatenated with B ), where A and B are valid strings, ...Read more

Tên miền: leetcode.com Đọc thêm

Valid Palindrome

Valid Palindrome

Given a string s , return true if it is a palindrome, or false otherwise. Example 1: Input: s = "A man, a plan, a canal: Panama" Output: true Explanation: " ...Read more

Tên miền: leetcode.com Đọc thêm

Valid Anagram

Valid Anagram

Given two strings s and t, return true if t is an anagram of s, and false otherwise. Example 1: Input: s = "anagram", t = "nagaram" Output: trueRead more

Tên miền: leetcode.com Đọc thêm

2645. Minimum Additions to Make Valid String

2645. Minimum Additions to Make Valid String

A string is called valid if it can be formed by concatenating the string "abc" several times. Example 1: Input: word = "b" ...Read more

Tên miền: leetcode.com Đọc thêm

Valid Parentheses

Valid Parentheses

An input string is valid if: Open brackets must be closed by the same type of brackets. Open brackets must be closed in the correct order. Every close bracket ...Read more

Tên miền: leetcode.com Đọc thêm

Valid Parenthesis String

Valid Parenthesis String

Given a string s containing only three types of characters: '(' , ')' and '*' , return true if s is valid. The following rules define a valid string.Read more

Tên miền: leetcode.com Đọc thêm