Skip to content

potatoSalad21/CS106B-Assignment-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS106B - Assignment 2

One of Stanford CS106B course assignments. Including:

  • Random Writer: implementation of the Markov model, generates text based on previous words.
  • Word Ladder: Shortest chain of words to reach the target (uses bfs algorithm)

Installation

$ git clone https://github.com/potatoSalad21/CS106B-Assignment-2

after the installation navigate to the assignment folder, then to the program folder and run follow the usage instructions.

Usage

$ make
$ ./RandomWriter # (or ./WordLadder depending on which program you're running)

Releases

No releases published

Packages

No packages published

Languages