Word Break at Square
Medium49.1% acceptance
This problem has 100.0% frequency at Square.
Problem Description
Given a string `s` and a dictionary of strings `wordDict`, return `true` if `s` can be segmented into a space-separated sequence of one or more dictionary words. **Note** that the same word in the dictionary may be reused multiple times in the segmentation.
Read full problem and hintsTopics
Also asked at 34 companies
More Square Questions
Available Captures for RookEasyFalling SquaresHardNumber of Black BlocksMediumCount Nice Pairs in an ArrayMediumRotating the BoxMedium
View all Square questions