From 31b9f177d7b75c076fa7e0c32f6a82c40af586ee Mon Sep 17 00:00:00 2001 From: anebz Date: Fri, 29 Mar 2019 14:24:45 +0100 Subject: [PATCH] chapter 1 github solution links java, c++ and python --- Chapter 1 Arrays and strings/arrays_strings.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Chapter 1 Arrays and strings/arrays_strings.md b/Chapter 1 Arrays and strings/arrays_strings.md index eff0857..c1fd47a 100644 --- a/Chapter 1 Arrays and strings/arrays_strings.md +++ b/Chapter 1 Arrays and strings/arrays_strings.md @@ -50,6 +50,9 @@ String joinWords(String[] words) { } ``` -## Hackerrank exercises +## Resources -[Hackerrank string exercises](https://www.hackerrank.com/domains/algorithms?filters%5Bsubdomains%5D%5B%5D=strings) \ No newline at end of file +* [Hackerrank string exercises](https://www.hackerrank.com/domains/algorithms?filters%5Bsubdomains%5D%5B%5D=strings) +* [Java solutions](https://github.com/careercup/CtCI-6th-Edition/tree/master/Java/Ch%2001.%20Arrays%20and%20Strings) +* [C++ solutions](https://github.com/careercup/CtCI-6th-Edition-cpp/tree/a68ba3e1c630a4d218ff1294f3eaf5aeced449ec/Ch%201.Arrays%20And%20Strings) +* [Python solutions](https://github.com/careercup/CtCI-6th-Edition-Python/tree/e6bc732588601d0a98e5b1bc44d83644b910978d/Chapter1) \ No newline at end of file