From 09170a8e28e0e867410142bff84d36a6d2bfe522 Mon Sep 17 00:00:00 2001 From: abuabdelrahman1413 <122806587+abuabdelrahman1413@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:06:40 +0200 Subject: [PATCH 1/2] Update README.md change Algorithms book link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a532d98..861cbb9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Apply what you learned: ### Data Structure and Algorithms -- [Grokking Algorithms - Entry Level](https://bit.ly/3xl71jO) +- [Grokking Algorithms - Entry Level](https://github.com/egonSchiele/grokking_algorithms) - [Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer](https://www.youtube.com/watch?v=RBSGKlAvoiM) OR From f4b6290adabe28360f9f43e9aa2d1448ecf0dd7f Mon Sep 17 00:00:00 2001 From: abuabdelrahman1413 <122806587+abuabdelrahman1413@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:54:22 +0200 Subject: [PATCH 2/2] Update README.md Add Grooking Pdf Add Grooking Pdf --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 861cbb9..1acdec8 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,8 @@ Apply what you learned: ### Data Structure and Algorithms -- [Grokking Algorithms - Entry Level](https://github.com/egonSchiele/grokking_algorithms) +- [Grokking Algorithms - Entry Level - Codes](https://github.com/egonSchiele/grokking_algorithms) +- [Grokking Algorithms - Entry Level - Pdf](https://edu.anarcho-copy.org/Algorithm/grokking-algorithms-illustrated-programmers-curious.pdf) - [Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer](https://www.youtube.com/watch?v=RBSGKlAvoiM) OR