{"id":23764034,"url":"https://github.com/anujdhillxn/cpptries","last_synced_at":"2025-07-18T11:36:45.023Z","repository":{"id":181396923,"uuid":"358178047","full_name":"anujdhillxn/CPPtries","owner":"anujdhillxn","description":"Serializer-Deserializer for Tries in CPP","archived":false,"fork":false,"pushed_at":"2021-04-15T08:07:07.000Z","size":2886,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T16:42:53.673Z","etag":null,"topics":["cpp","data-structures","parsing"],"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/anujdhillxn.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,"zenodo":null}},"created_at":"2021-04-15T08:06:58.000Z","updated_at":"2023-07-15T09:25:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"75c13dcb-6cde-4be6-a527-adf2e291e361","html_url":"https://github.com/anujdhillxn/CPPtries","commit_stats":null,"previous_names":["anujdhillxn/cpptries"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anujdhillxn/CPPtries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujdhillxn%2FCPPtries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujdhillxn%2FCPPtries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujdhillxn%2FCPPtries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujdhillxn%2FCPPtries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anujdhillxn","download_url":"https://codeload.github.com/anujdhillxn/CPPtries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujdhillxn%2FCPPtries/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265752273,"owners_count":23822933,"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","data-structures","parsing"],"created_at":"2024-12-31T22:14:32.169Z","updated_at":"2025-07-18T11:36:42.609Z","avatar_url":"https://github.com/anujdhillxn.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project supports serializing and deserializing of a trie.\n\nThe trie is formed in the file serializer.cpp and serialized within the same. The output is in the form of a .txt file.\n\nTwo arguments are to be supplied while execution, \u003cfile-containing-words-with-newline-delimiter\u003e \u003cserialized-output-name\u003e\n\nTo run, type in command line -\u003e\ng++ serializer.cpp -o serializer\n./serializer words.txt serial.txt\n\nThis trie can be deserialized in deserializer.cpp and queries can be entered in the form of a text file. The code will then print on the console if it is present.\n\nTwo arguments are to be supplied while execution, \u003cfile-containing-serialized-trie\u003e \u003cfile-containing-queries\u003e\n\nSample execution -\u003e\ng++ deserializer.cpp -o deserializer\n./deserializer serial.txt Inputs.txt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanujdhillxn%2Fcpptries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanujdhillxn%2Fcpptries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanujdhillxn%2Fcpptries/lists"}