From 45d52f7b254013f691fa5c67b8e19ea6e2d7948e Mon Sep 17 00:00:00 2001 From: John Washam Date: Wed, 29 Jun 2016 16:32:47 -0700 Subject: [PATCH] Added description to README. --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acf4c6c..aa9a2c0 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# computer-science-flash-cards +# Computer Science Flash Cards + +This is a little website I've put together to allow me to easily make flash cards for memorization of: + +- general cs knowledge + - vocabulary + - definitions of processes + - powers of 2 + - design patterns +- code + - data structures + - algorithms + - solving problems + - bitwise operations + +It uses: + +- Python 3 +- Flask +- other things I need to figure out \ No newline at end of file