Skip to content

Commit

Permalink
Switched README files to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed Apr 5, 2011
1 parent 8ee10ea commit a965e51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions java/calculator/README.md
@@ -0,0 +1,3 @@
# Calculator Pair Programming Exercise

Create a basic calculator that takes string expressions such as "5 * 3 + 8" and returns 23.0
2 changes: 0 additions & 2 deletions java/calculator/README.txt

This file was deleted.

2 changes: 2 additions & 0 deletions java/friendlyurl/README.txt → java/friendlyurl/README.md
@@ -1,3 +1,5 @@
# Friendly URL Pair Programming Exercise

The goal of this exercise is to use TDD to write a method/methods that can generate search engine friendly URL slugs
such as "aunt-millies-and-co-inc" from strings such as "Aunt Millie's & Co., Inc" so you can build URL's like:

Expand Down
@@ -1,2 +1,4 @@
# Simple Hashmap Pair Programming Exercise

The goal of this exercise is to implement a SimpleHashMap. Start with the put operation, add get, and so on
without using an of the JVM provided *Map classes.

0 comments on commit a965e51

Please sign in to comment.