8000 Create README.md · stefmolin/DataStructuresJava@5de6b8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5de6b8b

Browse files
authored
Create README.md
1 parent 25c26ba commit 5de6b8b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Data Structures in Java Projects
2+
Projects from Data Structures in Java course at Columbia University
3+
4+
## Included projects
5+
- **Animal** -- Game for guessing an animal. First time the game will guess one animal that it knows,
6+
but with each game, the computer learns. Every time the computer gets the animal wrong it will ask for its name
7+
and what makes it different from the animals it knows. The computer uses this information to make a decision tree
8+
which it traverses each game.
9+
- **Hearts** -- The hearts card game.
10+
- Smaller projects and utilities: linked lists, sorting, encryption, IO, etc.

0 commit comments

Comments
 (0)
0