Skip to content
#

trie-data-structure

Here are 101 public repositories matching this topic...

GridLex is a lightning-fast word search tool designed for grids of letters. With its powerful Depth-First Search (DFS) algorithm and Trie-based word lookup, GridLex efficiently hunts down valid words in any direction—up, down, sideways, or diagonal. Perfect for word puzzle enthusiasts, game developers, or anyone working with word grids

  • Updated Oct 16, 2024
  • C++

This repository contains a collection of essential data structures implemented in C and C++, designed to provide clear, efficient, and well-documented code for both linear and non-linear data structures. It includes implementations for trees such as Binary Tree, Binary Search Tree, AVL Tree, M-way Search Tree, B Tree, and B+ Tree, as well as graph.

  • Updated Oct 12, 2024
  • C++

Solved Algorithm & Data Structure problems for Infoarena.ro, the biggest Romanian online community helping thousands of young students learn and train for national and international Computer Science contests, supported by a team of former Olympic students.

  • Updated Sep 30, 2024
  • C++

Improve this page

Add a description, image, and links to the trie-data-structure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trie-data-structure topic, visit your repo's landing page and select "manage topics."

Learn more