Added description to README.

This commit is contained in:
John Washam
2016-06-29 16:32:47 -07:00
parent bc9dc293fc
commit 45d52f7b25

View File

@@ -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