shamilkeheliya / Hacktoberfest-22

Hactoberfest 2022 - Welcome PRs for Hacktoberfest
5 stars 47 forks source link

Create Tries_Sring.cpp #66

Closed sagarKathpal403 closed 1 year ago

sagarKathpal403 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.