天池 在线编程 Character deletion
生活随笔
收集整理的這篇文章主要介紹了
天池 在线编程 Character deletion
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 1. 題目
- 2. 解題
1. 題目
描述
Enter two strings and delete all characters in the second string from the first string
字符串長度:[1, 10^5]
Example 1: Input: str=”They are students”,sub=”aeiou” Output: ”Thy r stdnts”來源:https://tianchi.aliyun.com/oj/141754208384739500/160296091929219251
2. 解題
- 哈希查找
50ms C++
我的CSDN博客地址 https://michael.blog.csdn.net/
長按或掃碼關注我的公眾號(Michael阿明),一起加油、一起學習進步!
總結
以上是生活随笔為你收集整理的天池 在线编程 Character deletion的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: LeetCode 1750. 删除字符串
- 下一篇: 03.结构化机器学习项目 W2.机器学习