This repository will contain codes of " Compiler Design (CSE3142) ".
-
Updated
Nov 20, 2022 - C++
This repository will contain codes of " Compiler Design (CSE3142) ".
Fast fuzzy string search
Usefull clases to be used all over Targoman projects and Other Qt/C++ based projects
Implementations of AVL Tree, Prefix Tree, Fenwick Tree, Segment Tree
My code for some important data structure, algorithm and number theory
Explores the design of Huffman Prefix Trees in C++.
This project implements a Trie (prefix tree) data structure in C++ for efficient word storage and retrieval. It supports operations like inserting words, searching for exact words, checking if any words start with a given prefix, and displaying all words stored in the Trie.
This is a simple console-based implementation of a Dictionary in Trie Data Structure. I have used a dataset of about 130,000 words which contains the Word, its meaning and its part of speech. The dataset is available here as synonyms.csv.
Trie data structure implementation in C++ for efficient word insertion, search, and prefix-based retrieval. Ideal for applications like autocomplete and spell-check
This repository contains my solutions to the LeetCode Daily Challenges of June implemented in C++
Pequeno programa para fazer a compressão e descompressão de arquivos.
Add a description, image, and links to the prefix-tree topic page so that developers can more easily learn about it.
To associate your repository with the prefix-tree topic, visit your repo's landing page and select "manage topics."