Skip to content

Commit

Permalink
Merge pull request #1147 from Aaron-Lin-74/patch-4
Browse files Browse the repository at this point in the history
Update 1002.查找常用字符.md
  • Loading branch information
youngyangyang04 authored Mar 25, 2022
2 parents 42c78d9 + 4f0aa8b commit 79b2453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions problems/1002.查找常用字符.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ var commonChars = function (words) {
return res
};
```

TypeScript
```ts
console.time("test")
Expand Down Expand Up @@ -288,6 +289,7 @@ TypeScript
console.timeEnd("test")
return str.split("")
```

GO
```golang
func commonChars(words []string) []string {
Expand Down

0 comments on commit 79b2453

Please sign in to comment.