Python trie implementation, for educational purposes
-
Updated
Aug 21, 2019 - Python
Python trie implementation, for educational purposes
GeoHealth Analytics is a Python-based platform designed to enhance healthcare accessibility by utilizing advanced data structures such as R-trees, heaps, tries, and stacks. It provides efficient hospital searches, rankings, and detailed facility information, improving user experience and healthcare accessibility.
Web-based application that checks the spelling of words and provides auto-complete suggestions using a Trie data structure. The backend is built using Flask, and the frontend is built using React.
Resolve a set of problems using appropriate design and most efficient algorithms
A simple Blossom Player
A high-performance in-memory search engine exposing endpoints for both autocomplete and fuzzy search.
A program that uses computer vision to take images of the Discord game SpellCast, calculate the words with most points, and select the desired word
Word searching application written in python using the trie data structure
Solver for the word asssociation game ruzzle using Trie Data Structure and BFS algorithm in python
I created my own search bar with auto complete suggestion using trie data structure
A codeword puzzle solver using computer vision, deep learning, depth-first search and a trie data structure
An automated Python tool that maximizes scores in the Wordbox game on Plato using computer vision and intelligent word-finding algorithms. The solver captures the game board using OCR, efficiently identifies optimal word combinations, and automatically plays them through simulated mouse movements.
Add a description, image, and links to the trie-data-structure topic page so that developers can more easily learn about it.
To associate your repository with the trie-data-structure topic, visit your repo's landing page and select "manage topics."