Skip to content

haim/Algorithms2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms Part II

Code for programming assignments in Java from the Coursera course, Algorithms Part II.

Week 1 - Directed and Undirected Graphs

  • WordNet.java - is a semantic lexicon for the English language that is used extensively by computational linguists and cognitive scientists; for example, it was a key component in IBM's Watson. WordNet groups words into sets of synonyms called synsets and describes semantic relationships between them. One such relationship is the is-a relationship, which connects a hyponym (more specific synset) to a hypernym (more general synset). For example, animal is a hypernym of both bird and fish; bird is a hypernym of eagle, pigeon, and seagull.

Requires the algs4.jar to run, available in Maven repository. See given build.gradle file.

About

Programming assignments for Algorithms II Coursera e-learning course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%