Homepage
Open in app
Sign in
Get started
Data Structures
Algorithms
Problem Patterns
Python
Work Flow Tools
Interviews
Community
Tagged in
String Algorithms
Algorithms and Coding Interviews
Sharing methods to solve questions on leetcode, trying to systematize different types of questions
More information
Followers
3.3K
Elsewhere
More, on Medium
String Algorithms
Li Yin
in
Algorithms and Coding Interviews
Mar 2, 2018
Solve String Problems on LeetCode
Steps:
Do we need pre-processing?
Is it a difficult question? Yes, Can be re-construct it to another type of question?
How to solve it with brute force? Not good enough? Can try minor…
Read more…
71