From d7d52b3bec9c13fc0db78a70762a780bd9e689ca Mon Sep 17 00:00:00 2001 From: pathakcodes1 <44173541+pathakcodes1@users.noreply.github.com> Date: Mon, 26 Oct 2020 19:21:15 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index cfdb475c..cd495ce2 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,7 @@ In addition, you should have a good grasp on common algorithms such as: - Binary search - Recursion -## Notes -[This pdf] contains useful information for the built-in data structures in Java. - -Other useful methods to know include [`substring()`](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#substring-int-int-), [`toCharArray()`](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#toCharArray--), [`Math.max()`](https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#max-int-int-), -[`Math.min()`](https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#min-int-int-), and [`Arrays.fill()`](https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html#fill-int:A-int-). ## Question List