#leetcode #golang #algorithms #data_structures #graph #trie #coding #technical_interview #software_engineering
In this video, I have explained the solution implemented in golang for the following leetcode question:
https://leetcode.com/problems/implement-trie-prefix-tree
00:00 - Introduction
00:08 - Problem Description
08:52 - Flow chart
12:12 - Coding
16:33 - Code walkthrough
21:40 - Time and Space complexity
23:22 - Thank you