Published onJune 22, 2022[LeetCode 208] Implement Trie (Prefix Tree)TrieA trie (pronounced as "try") or **prefix tree** is a tree data structure used to efficiently store and retrieve keys in a dataset of strings.
Published onJune 21, 2022CachingSystemDesignhave as well as making otherwise unattainable product requirements feasible.
Published onJune 20, 2022Different Cache LayersSystemDesignCaching can be implemented in the following layers.
Published onJune 18, 2022HTTP Status CodeNetworkAll HTTP response status codes are separated into five classes or categories.