Tiny Search Engine

A search engine application made up of crawler, indexer, and querier subsystems

ROLE
Software Engineer
COURSE
CS 50: Software Implementation and Design, Dartmouth College
LANGUAGES
C
Unix
DURATION
3 weeks
Spring 2023
I built a search engine application that crawls webpages, indexes them, and allows users to query through an interface, ranking the pages by relevance. It consists three subsystems:
Please contact me at emiko.rohn@gmail.com to see the GitHub repo.