Skip to content

Commit

Permalink
add: 构建前缀树
Browse files Browse the repository at this point in the history
  • Loading branch information
xldeng committed Nov 11, 2022
1 parent a56c9d5 commit aad44d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@
[Longest Palindromic Substr](https://github.com/dengshasha/algorithm-study/blob/master/longestPalindromicSubstr.js)

### Trie(前缀树/字典树)
[https://github.com/dengshasha/algorithm-study/blob/master/trie/implementTrie.js](https://leetcode.com/problems/implement-trie-prefix-tree/)
[构建前缀树](https://github.com/dengshasha/algorithm-study/blob/master/trie/implementTrie.js) || [leetcode地址](https://leetcode.com/problems/implement-trie-prefix-tree/)

0 comments on commit aad44d2

Please sign in to comment.