Skip to content

Programme written in Java that takes a text file full of words and inserts them into a binary search tree to emulate a dictionary. The dictionary can be searched and information about its content can be returned.

Notifications You must be signed in to change notification settings

lcokafor/Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary

Programme that takes a text file full of words and inserts them into a binary search tree to emulate a dictionary. The dictionary can be searched and information about its content can be returned. This was an assignment for a class called 'Algorithms and Data Structures' at the Institute of Informatics at the University of Oslo.

How to run programme:

  1. Compile by writing 'javac *.java' in terminal
  2. Run programme by writing 'java DictionaryMain' in terminal

About

Programme written in Java that takes a text file full of words and inserts them into a binary search tree to emulate a dictionary. The dictionary can be searched and information about its content can be returned.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages