FutureGadgetLaboratory-FGL / Logic_Builder

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.
37 stars 137 forks source link

Create Problem_57.cpp #573

Closed meenuarora456123 closed 1 year ago

meenuarora456123 commented 1 year ago

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.