From 0b36883c1575f954047e3f8a1d7b7a6cd6c75e30 Mon Sep 17 00:00:00 2001 From: wa008 <2864436211@qq.com> Date: Fri, 8 Jul 2022 21:12:18 +0800 Subject: [PATCH 1/5] add Paper, Algorithm, Coding pratice sites --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 96afffc..4a84b64 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ But knowing the stuff will help you become better! :muscle:* - [Big O Cheatsheet](http://bigocheatsheet.com/) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) - [Algorithms Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html) +- [Algorithms for Competitive Programming](https://cp-algorithms.com/) ### Data Structures - :movie_camera: [UC Berkeley, Data Structures Course](https://sp19.datastructur.es/) @@ -195,6 +196,8 @@ But knowing the stuff will help you become better! :muscle:* - :newspaper: [The Morning Paper](https://blog.acolyer.org/) - 📜 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) - 📜 [Go To Statement Considered Harmful](https://homepages.cwi.nl/~storm/teaching/reader/Dijkstra68.pdf) +- :library [Arxiv](https://arxiv.org/) +- :library [Sci-hub](https://sci-hub.se/) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) @@ -244,3 +247,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [InterviewCake](https://www.interviewcake.com/) - :link: [At Coder](https://atcoder.jp/) - :link: [Codility](https://www.codility.com/) +- :link: [Spoj](https://www.spoj.com/) From 8fb7ea72e86268198b86c2d474593d0965662fb6 Mon Sep 17 00:00:00 2001 From: wa008 <2864436211@qq.com> Date: Fri, 8 Jul 2022 21:14:29 +0800 Subject: [PATCH 2/5] fix paper --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a84b64..c1aac9a 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,8 @@ But knowing the stuff will help you become better! :muscle:* - :newspaper: [The Morning Paper](https://blog.acolyer.org/) - 📜 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) - 📜 [Go To Statement Considered Harmful](https://homepages.cwi.nl/~storm/teaching/reader/Dijkstra68.pdf) -- :library [Arxiv](https://arxiv.org/) -- :library [Sci-hub](https://sci-hub.se/) +- :library: [Arxiv](https://arxiv.org/) +- :library: [Sci-hub](https://sci-hub.se/) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) From 4d9fc39d70db561518858a6f0f8f91382f5a5895 Mon Sep 17 00:00:00 2001 From: wa008 <2864436211@qq.com> Date: Fri, 8 Jul 2022 21:15:14 +0800 Subject: [PATCH 3/5] fix Coding Practice Sites --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c1aac9a..907a0cd 100644 --- a/README.md +++ b/README.md @@ -247,4 +247,3 @@ But knowing the stuff will help you become better! :muscle:* - :link: [InterviewCake](https://www.interviewcake.com/) - :link: [At Coder](https://atcoder.jp/) - :link: [Codility](https://www.codility.com/) -- :link: [Spoj](https://www.spoj.com/) From d91926d1b169700ad9f1d9aef09684a410d64dff Mon Sep 17 00:00:00 2001 From: wa008 <2864436211@qq.com> Date: Fri, 8 Jul 2022 21:17:34 +0800 Subject: [PATCH 4/5] fix paper --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 907a0cd..8bc046d 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,8 @@ But knowing the stuff will help you become better! :muscle:* - :newspaper: [The Morning Paper](https://blog.acolyer.org/) - 📜 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) - 📜 [Go To Statement Considered Harmful](https://homepages.cwi.nl/~storm/teaching/reader/Dijkstra68.pdf) -- :library: [Arxiv](https://arxiv.org/) -- :library: [Sci-hub](https://sci-hub.se/) +- :newspaper: [Arxiv](https://arxiv.org/) +- :newspaper: [Sci-hub](https://sci-hub.se/) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) From 51dc35b346bee88af0f0cfb5799efab8dcfd439b Mon Sep 17 00:00:00 2001 From: wa008 <2864436211@qq.com> Date: Fri, 8 Jul 2022 21:23:28 +0800 Subject: [PATCH 5/5] add ICPC Problem Archive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bc046d..17d2187 100644 --- a/README.md +++ b/README.md @@ -247,3 +247,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [InterviewCake](https://www.interviewcake.com/) - :link: [At Coder](https://atcoder.jp/) - :link: [Codility](https://www.codility.com/) +- :link: [ICPC Problem Archive](https://icpc.kattis.com/) \ No newline at end of file