Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artemlos committed Dec 30, 2014
1 parent cf0f4a0 commit 5d0e0cb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
MathBook
========

This is an open source book that has the following goals:

GOAL OF THE BOOK IS TO
- TEACH SELF TAUGHT PEOPE ABOUT ALGORITHMS (Heavy emphasis on mathematics)
- WITH HEAVY FOCUS ON YOUTH YEAR 9-12
- PROMOTION OF COMPUTER SCIENCE

**The approach**
* The programming lanaguge in which the examples are expressed is JavaScript, in order to allow a greater audience to try out example codes.
* Should not assume that something is "prior knowledge". All concepts described should allow as many people as possible to be able to relate to it.

**The current structure of the book:**

1. Numeral systems (under construction)
2. Modular Arithmetic (almost done)

**Additional content to be added:**

1. Pattern recongnition in sequences
2. A chapter about the floor/ceiling functions
3. Intresting algorithms (add some from http://artemlos.net/docs/2013/10/ref2.pdf)
4. Classical encryption (should be a part of (3))
5. Text based games (should be a part of (3))

0 comments on commit 5d0e0cb

Please sign in to comment.