{"id":26502188,"url":"https://github.com/saadhaniftaj/triefunctions-cpp","last_synced_at":"2025-03-20T17:37:22.572Z","repository":{"id":261866089,"uuid":"884986707","full_name":"saadhaniftaj/TrieFunctions-CPP","owner":"saadhaniftaj","description":"Trie data structure implementation in C++ for efficient word insertion, search, and prefix-based retrieval. Ideal for applications like autocomplete and spell-check","archived":false,"fork":false,"pushed_at":"2024-11-08T21:23:23.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T22:25:43.084Z","etag":null,"topics":["cpp","dsa","trie-data-structure"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saadhaniftaj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-07T18:39:29.000Z","updated_at":"2024-11-08T21:23:26.000Z","dependencies_parsed_at":"2024-11-08T22:25:52.892Z","dependency_job_id":"c35cf0f5-e618-4c1f-a187-7fbece6e3635","html_url":"https://github.com/saadhaniftaj/TrieFunctions-CPP","commit_stats":null,"previous_names":["saadhaniftaj/triefunctions-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadhaniftaj%2FTrieFunctions-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadhaniftaj%2FTrieFunctions-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadhaniftaj%2FTrieFunctions-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadhaniftaj%2FTrieFunctions-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saadhaniftaj","download_url":"https://codeload.github.com/saadhaniftaj/TrieFunctions-CPP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244663818,"owners_count":20490000,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","dsa","trie-data-structure"],"created_at":"2025-03-20T17:37:21.898Z","updated_at":"2025-03-20T17:37:22.565Z","avatar_url":"https://github.com/saadhaniftaj.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trie Data Structure Implementation in C++\n\n## Overview\nThis project implements a Trie data structure in C++ for efficient string storage and retrieval, especially useful for prefix-based searches. Tries are tree-like data structures, commonly used in applications like autocomplete and spell check.\n\n## Features\n- **Insert Words**: Efficiently adds words to the Trie.\n- **Search Words**: Checks if a word exists in the Trie.\n- **Prefix Search**: Finds all words with a given prefix, making it ideal for autocomplete functionalities.\n\n## File Structure\n- **Trie.cpp**: Contains the main implementation code for the Trie data structure, including `insert`, `search`, and `words_with_prefix` methods.\n\n## How to Run\n1. Clone or download this repository.\n2. Compile the C++ file with a command like:\n   ```bash\n   g++ Trie.cpp -o Trie\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadhaniftaj%2Ftriefunctions-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaadhaniftaj%2Ftriefunctions-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadhaniftaj%2Ftriefunctions-cpp/lists"}