Skip to content

nickdebaise/Word-Indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word-Indexer

Project for Data Structures class - utilize a BST to create a word index for a large text file

About

This project was built for CSC-151 / Data Structures. This course taught the fundamental data structures in computer science and associated algorithms.

Project Description

At the end of most textbooks is an index that tells you on what pages you can find certain keywords. Most modern word processors can automatically create an index for you by scanning the text, picking out significant words, and keeping track of the pages on which those words occur.

Your Mission

Your assignment is to write a program that will automatically create such an index for any given text file.

About

Project for Data Structures class - utilize a BST to create a word index for a large text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages