From 48f690f6c6a0be696385e62172c8085f93a7e1fe Mon Sep 17 00:00:00 2001 From: OwlBonjour Date: Sun, 20 May 2018 18:26:36 +0800 Subject: [PATCH 1/5] Computational Complexity: A Modern Approach theory.cs.princeton.edu/complexity/book.pdf --- Computational Complexity: A Modern Approach | 1 + 1 file changed, 1 insertion(+) create mode 100644 Computational Complexity: A Modern Approach diff --git a/Computational Complexity: A Modern Approach b/Computational Complexity: A Modern Approach new file mode 100644 index 0000000..92bc6ca --- /dev/null +++ b/Computational Complexity: A Modern Approach @@ -0,0 +1 @@ +theory.cs.princeton.edu/complexity/book.pdf From f4cc90d3ec2f4347a5976ded7068cb435ac9be7f Mon Sep 17 00:00:00 2001 From: OwlBonjour Date: Sun, 20 May 2018 18:30:08 +0800 Subject: [PATCH 2/5] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e14bfdc --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# algorithm +Introduction to Theoretical Computer Science — Boaz Barak +www.introtcs.org/public/lec_00_0_preface.html + + +Computational Complexity: A Modern Approach +theory.cs.princeton.edu/complexity/book.pdf From 15007790664659347103dcb021a39085de719676 Mon Sep 17 00:00:00 2001 From: OwlBonjour Date: Sun, 20 May 2018 18:30:51 +0800 Subject: [PATCH 3/5] Delete Computational Complexity: A Modern Approach --- Computational Complexity: A Modern Approach | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Computational Complexity: A Modern Approach diff --git a/Computational Complexity: A Modern Approach b/Computational Complexity: A Modern Approach deleted file mode 100644 index 92bc6ca..0000000 --- a/Computational Complexity: A Modern Approach +++ /dev/null @@ -1 +0,0 @@ -theory.cs.princeton.edu/complexity/book.pdf From bcdcdf380f968045c8c10d056e4b84d98d057a43 Mon Sep 17 00:00:00 2001 From: OwlBonjour Date: Sun, 20 May 2018 18:31:22 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e14bfdc..fa3415d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # algorithm Introduction to Theoretical Computer Science — Boaz Barak + www.introtcs.org/public/lec_00_0_preface.html Computational Complexity: A Modern Approach + theory.cs.princeton.edu/complexity/book.pdf From c81f2d8b0c89fdbaafba2a043beb0ad63f6ff7f2 Mon Sep 17 00:00:00 2001 From: OwlBonjour Date: Sun, 20 May 2018 18:31:39 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa3415d..cb0671d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Introduction to Theoretical Computer Science — Boaz Barak www.introtcs.org/public/lec_00_0_preface.html + Computational Complexity: A Modern Approach theory.cs.princeton.edu/complexity/book.pdf