Skip to content

yehted/wordnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordNet

Programming Assignment 7

Checklist

To Do List

  • Make destructor, copy constructor, and assignment operator for breadthdirectedfirstpaths

Things I've learned

  • Remember to initialize arrays to a default value, otherwise there will be screwy behavior. Default zero initialization is done with () after the declaration.
  • Can't use INFINITY' for maximum integer value. Need to use and callstd::numeric_limits::max()`

About

WordNet for lexicographical analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages