Problems on Binary Tree Degenerate or Pathological Tree Degenerate or Pathological Tree is a variant of Binary Tree which we have explored in depth along with code implementation for Degenerate or Pathological Tree.
trie Find word with maximum frequency using Trie In this article, we will design an algorithm to Find word with maximum frequency using Trie Data Structure.
Algorithms Algorithm to check win in tic-tac-toe In this article, we have presented an algorithm to check win and loss for a given Tic Tac Toe configuration.