2020年6月8日

摘要: 地址 https://leetcode-cn.com/problems/regular-expression-matching/ 作为算法问题实战策略 WILDCARD 的拓展 把leetcode的这题也解决掉了 这题是leetcode开头的第一道新人劝退题 给你一个字符串 s 和一个字符规律 p, 阅读全文
posted @ 2020-06-08 23:43 itdef 阅读(509) 评论(0) 推荐(0)
摘要: 地址 https://leetcode-cn.com/problems/satisfiability-of-equality-equations/ 给定一个由表示变量之间关系的字符串方程组成的数组,每个字符串方程 equations[i] 的长度为 4,并采用两种不同的形式之一:"a==b" 或 " 阅读全文
posted @ 2020-06-08 09:40 itdef 阅读(379) 评论(1) 推荐(0)

导航