Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
/ tse Public archive

This repo implements a search engine in C, configured to run a depth-limited DFS on a given page, index text on found pages, and support querying for matches. If you're a current CS-50 student, peeping here will only confuse you, besides being an academic transgression.

Notifications You must be signed in to change notification settings

lostflux/tse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50 TSE

Amittai J. Wekesa (@siavava)

The assignment and Specs are in a public repo. Do not clone that repo; view it on GitHub. Watch there for any commits that may represent updates to the assignment or specs.

Add here any assumptions you made while writing the crawler, any ways in which your implementation differs from the three Specs, or any ways in which you know your implementation fails to work.

About

This repo implements a search engine in C, configured to run a depth-limited DFS on a given page, index text on found pages, and support querying for matches. If you're a current CS-50 student, peeping here will only confuse you, besides being an academic transgression.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published