Trie
Trie Implementation in C#
This tutorial will show how to implement Trie data structure in C#.
Posted September 6, 2022 by Hary Prabowo Suryoatmojo ‐ 4 min read
Top K Frequent Words
This tutorial will show some algorithms to find Top K Frequent Words in an array of strings.
Posted November 14, 2021 by Hary Prabowo Suryoatmojo ‐ 2 min read