Naveen VandanapuinDev GeniusLeetcode 212: Word Search II | GolangGiven an m x n board of characters and a list of strings words, return all words on that board.Apr 21, 2022Apr 21, 2022
Naveen VandanapuZigzag Level Order Traversal of a Binary Tree in GoThis is part 4of the series — working with Binary Trees in Go. In this article, I will show how to perform zigzag level order traversal of…Jun 15, 2021Jun 15, 2021
Naveen VandanapuinGeek CultureLevel order Traversal of Binary Trees in GoThis is part 3 of the series — working with Binary Trees in Go. In this article, I will show how to perform level order traversal of a…Jun 14, 2021Jun 14, 2021
Naveen VandanapuinGeek CultureBinary Tree Traversals in Go — Part 2This is part 2 of the series — working with Binary Trees in Go. I would like to show iterative implementation of the three traversal…Jun 13, 2021Jun 13, 2021
Naveen VandanapuinGeek CultureBinary Tree Traversals in GoWhen I first began my journey with Go I wanted to pick several simple and intuitive problems and code their solutions in Go. This not only…Jun 13, 2021Jun 13, 2021
Naveen VandanapuinCodeXLeetcode 300: Longest Increasing SubsequenceGiven an integer array nums, return the length of the longest strictly increasing subsequence.Jun 12, 20212Jun 12, 20212
Naveen VandanapuLeetcode 347: Top K Frequent ElementsGiven an integer array nums and an integer k, return the k most frequent elements. You may return the answer in any order. (This is…Jun 11, 2021Jun 11, 2021