sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
952 stars 291 forks source link

Trie Implementation #347

Open amansinh79 opened 3 years ago

amansinh79 commented 3 years ago

🚀 Feature

Trie is used for autocompletion.

Have you read the Contribution Guidelines?

yes

Pitch

first you add some words and then search for words like "data","databig","datasmall". then you ask for words starting from "d" or "dat" and it will return all the words in it's memory. words can be added and removed. you can check demo here Magic-Words

Assignees

@AmanParmar-git - JavaScript @arnav-roy - C++

sukritishah15 commented 3 years ago

@AmanParmar-git - JavaScript assigned

arnav-roy commented 3 years ago

kindly assign me C++

sukritishah15 commented 3 years ago

@arnav-roy - C++ Assigned

DefCon-018 commented 3 years ago

Assign me for java