GitXplorerGitXplorer
s

DataStructuresJava

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
5de6b8b20d482d98c49f9d94bafc6e43b3301955

Create README.md

sstefmolin committed 7 years ago
Unverified
25c26baa5b5fe0adba408688f6807ca3636830a1

Initial commit

sstefmolin committed 7 years ago

README

The README file for this repository.

Data Structures in Java Projects

Projects from Data Structures in Java course at Columbia University

Included projects

  • Animal -- Game for guessing an animal. First time the game will guess one animal that it knows, but with each game, the computer learns. Every time the computer gets the animal wrong it will ask for its name and what makes it different from the animals it knows. The computer uses this information to make a decision tree which it traverses each game.
  • Hearts -- The hearts card game.
  • Smaller projects and utilities: linked lists, sorting, encryption, IO, etc.