From 4c0dc0ad0f0d1cab7469d1f7b54307706cfc5ddc Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Fri, 3 Mar 2017 07:44:18 -0800 Subject: [PATCH] Added initial topics to readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index a5fec0c..3fd73b1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # personal-readings A list of computer-science related readings I'm planning on reading. Would love PR's! + +## Garbage Collection + +## Type Systems + +## Compiler Design + +## Concurrency + +## Operating Systems + +## Parallel Programming + +## Static Analysis Techniques + +--- + +### Inspiration +This project was inspired by [@una's](https://github.com/una) [personal-goals](https://github.com/una/personal-goals) project