https://github.com/suresh142/inverted_search
An "inverted search" project involves implementing a type of search engine that uses an inverted index data structure for efficient and fast retrieval of information. The inverted search approach is widely used in various information retrieval systems, including search engines, databases, and document management systems.
https://github.com/suresh142/inverted_search
c cplusplus data-structures database inverted-index inverted-search-index
Last synced: 12 months ago
JSON representation
An "inverted search" project involves implementing a type of search engine that uses an inverted index data structure for efficient and fast retrieval of information. The inverted search approach is widely used in various information retrieval systems, including search engines, databases, and document management systems.
- Host: GitHub
- URL: https://github.com/suresh142/inverted_search
- Owner: Suresh142
- Created: 2024-01-21T17:09:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T17:10:58.000Z (about 2 years ago)
- Last Synced: 2025-02-15T00:18:52.649Z (about 1 year ago)
- Topics: c, cplusplus, data-structures, database, inverted-index, inverted-search-index
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inverted_Search