Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 710 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 710 Bytes

SEOTreeApplication

Discrete Structures & Algorithms assignment in which I applied my understand and learning of Binary Search Trees to create an approximation of an SEO engine.

Used a static list of string memory addresses that were linked to keyword nodes within a BST. Limitations were set on the project by lecturer to only allow a max of five URL associations per keyword alongside four keywords to a single URL.

Program Structure

Program Structure

If you would like to read my academic report on it, you can here!