Monday, June 15, 2020

Leetcode discuss: Trie data structure showcase

Here is the link.

C# Trie showcase starting from 2018

C# Trie showcase practice starting from 2017
  1. Word Search II
    C# First practice using Trie in 2017
    C# Trie data structure DFS algorithm practice in June 2020
More practice:
139 word break I
I plan to write a solution using Trie to expedite the search of dictionary.
Tsinghua coach - my practice in 2018
Suggest a char based on prefix occurrence


No comments:

Post a Comment