LeetCode 算法笔记 - 字符串与字符串匹配

LeetCode 算法笔记 - 字符串与字符串匹配

章节标题链接地址
03.02.01 字符串基础知识( 第 03 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.01-String-Basic、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.01-String-Basic.md
03.02.02 练习题目(第 03 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.02-Exercises、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.02-Exercises.md
03.02.03 字符串基础题目https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.03-String-Basic-List、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.03-String-Basic-List.md
03.02.04 Brute Force 算法(第 04 ~ 05 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.04-String-Brute-Force、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.04-String-Brute-Force.md
03.02.05 Rabin Karp 算法(第 04 ~ 05 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.05-String-Rabin-Karp、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.05-String-Rabin-Karp.md
03.02.06 KMP 算法(第 04 ~ 05 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.06-String-KMP、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.06-String-KMP.md
03.02.07 练习题目(第 04 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.07-Exercises、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.07-Exercises.md
03.02.08 练习题目(第 05 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.08-Exercises、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.08-Exercises.md
03.02.09 字符串单模式匹配题目https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.09-String-Single-Pattern-Matching-List、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.09-String-Single-Pattern-Matching-List.md
03.02.10 字典树(第 06 ~ 07 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.10-Trie、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.10-Trie.md
03.02.11 练习题目(第 06 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.11-Exercises、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.11-Exercises.md
03.02.12 练习题目(第 07 天)https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.12-Exercises、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.12-Exercises.md
03.02.13 字典树题目https://datawhalechina.github.io/leetcode-notes/#/ch03/03.02/03.02.18-Trie-List、https://github.com/datawhalechina/leetcode-notes/blob/main/docs/ch03/03.02/03.02.18-Trie-List.md

1. 字符串简介

1. 相关概念

外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传

2. 字符串的比较

  1. 比较操作
    1. 长度相等
    2. 两个字符串对应位置上的各个字符都相同
    3. str1 == str2
  2. 字符编码
    1. ACSII

3. 字符串的存储结构

线性,分为

  • 顺序存储结构
  • 链式存储结构
  1. 字符串的顺序储存结构

    外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值