This repository will contain many different types of logical programming questions of different difficulty levels. Anyone can start or continue their practice of coding from this repository.
Implementation of the TRIE data structure to store strings. Motivation :
Given an array of N strings, and an array of Q queries, check for each query if it it present in the array or not.
Implementation of the TRIE data structure to store strings. Motivation : Given an array of N strings, and an array of Q queries, check for each query if it it present in the array or not.