From 39fe10f6b1183382a28474b7e5bf4372eb7bf62f Mon Sep 17 00:00:00 2001 From: John Washam Date: Tue, 8 Nov 2016 17:11:18 -0800 Subject: [PATCH] Additional note on A&P. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc2aa7..4676ce3 100644 --- a/README.md +++ b/README.md @@ -1312,7 +1312,7 @@ Supplemental: - all code is in C++, if you're looking to use C++ in your interview - good book on problem solving in general. - **Removed** ~~"Algorithms and Programming: Problems and Solutions" by Shen~~ - - A fine book, but after working through problems on several pages I got frustrated with the Pascal, do while loops, and unclear post-condition satisfaction results. + - A fine book, but after working through problems on several pages I got frustrated with the Pascal, do while loops, 1-indexed arrays, and unclear post-condition satisfaction results. - Would rather spend time on coding problems from another book or online coding problems. **Perhaps**