1 Star 0 Fork 0

明章辉/php TreeMap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
140.php 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
明章辉 提交于 2021-09-02 14:27 +08:00 . LeetCode 140
<?php
include "autoload.php";
use \leetcode\Solution;
$solution = new Solution();
$s = "catsanddog";
$wordDict = ["cat", "cats", "and", "sand", "dog"];
$ans = $solution->wordBreak($s, $wordDict);
print_r($ans);
$s = "pineapplepenapple";
$wordDict = ["apple","pen","applepen","pine","pineapple"];
$ans = $solution->wordBreak($s, $wordDict);
print_r($ans);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mingzhanghui/map.git
git@gitee.com:mingzhanghui/map.git
mingzhanghui
map
php TreeMap
master

搜索帮助