{"id":27701941,"url":"https://github.com/vortex2jm/search-machine","last_synced_at":"2025-04-25T20:34:12.601Z","repository":{"id":181669069,"uuid":"655367552","full_name":"vortex2jm/search-machine","owner":"vortex2jm","description":"Search machine like a google using red black trees and ternary search trees","archived":false,"fork":false,"pushed_at":"2023-11-12T21:56:28.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"red-black-tree-version","last_synced_at":"2023-11-12T22:31:15.556Z","etag":null,"topics":[],"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/vortex2jm.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}},"created_at":"2023-06-18T17:21:05.000Z","updated_at":"2023-10-16T21:01:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"bede9fa2-fb4b-4dfc-be52-fbd70fe4586b","html_url":"https://github.com/vortex2jm/search-machine","commit_stats":null,"previous_names":["vortex2jm/search-machine"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vortex2jm%2Fsearch-machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vortex2jm%2Fsearch-machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vortex2jm%2Fsearch-machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vortex2jm%2Fsearch-machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vortex2jm","download_url":"https://codeload.github.com/vortex2jm/search-machine/tar.gz/refs/heads/red-black-tree-version","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250891542,"owners_count":21503670,"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":[],"created_at":"2025-04-25T20:34:12.159Z","updated_at":"2025-04-25T20:34:12.589Z","avatar_url":"https://github.com/vortex2jm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Search machine :gear:\n\n#### Here we have two implementations of the same program to compare the efficiency\n\n - The first approach is using generics **red black trees**\n - The second approach is using generics **ternary search trees**\n\n*Each one is in a different branch*\n\n#### About\nThis app is divided in some parts:\n - **Indexer**: This step creates the pages tree and link the pages. All pages have links between themselves, which are important to define the page rank later;\n - **Page ranking**: It defines which page is more relevant in the result of search, in case one word is found in more than one page;\n - **Terms tree**: This tree stores all terms of all pages. Each term has a pointer to a tree containing all pages that contains this term, sorted by page ranking;\n - **Search processor**: It receives the program input, searches for a term in the _terms tree_ and print the result of search;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvortex2jm%2Fsearch-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvortex2jm%2Fsearch-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvortex2jm%2Fsearch-machine/lists"}