Skip to content

Commit a3a8e34

Browse files
Adding in some information in the READMEs
1 parent e5a3cef commit a3a8e34

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# toy-problems
1+
# toy-problems
2+
3+
1. July 14, 2016 - Telegram Problem - A problem about line wrappings.
4+
1. July 15, 2016 - Euler Problem 1 - An easy warm up for the day.
5+
6+
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ If we list all the natural numbers below 10 that are multiples of 3 or 5, we get
33

44
Find the sum of all the multiples of 3 or 5 below 1000.
55

6-
Source: https://projecteuler.net/problem=1
6+
[Source](https://projecteuler.net/problem=1)
7+
8+
To run Jasmine tests run
9+
```
10+
$ bower install
11+
$ open ./test/index.js
12+
```
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
The Telegram Problem
22
Write a program that takes a number w, then accepts lines of text and outputs lines of text, where the output lines have as many words as possible but are never longer than w characters. Words may not be split, but you may assume that no single word is too long for a line.
3-
Source http://c2.com/cgi/wiki?TelegramProblem
3+
[Source](http://c2.com/cgi/wiki?TelegramProblem)
4+
5+
To run Jasmine tests run
6+
```
7+
$ bower install
8+
$ open ./test/index.js
9+
```

0 commit comments

Comments
 (0)