Skip to content

Commit db1ba2f

Browse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Add hyperlinks for other useful miscellanous methods
1 parent df05ef7 commit db1ba2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Background
1313

1414
This repo is intended for any individual wanting to improve their problem
15-
solving skills for Software Engineering interviews.
15+
solving skills for software engineering interviews.
1616
Problems are grouped under their respective subtopic, in order to focus on
1717
repeatedly applying common patterns rather than randomly tackling questions.
1818

@@ -42,8 +42,8 @@ In addition, you should have a good grasp on common algorithms such as:
4242
## Java Syntax Notes
4343

4444
[This pdf] contains useful information for the built-in data structures in Java.
45-
Other useful methods that will help include `substring()`, `toCharArray()`, `Math.max()`,
46-
`Math.min()`, and `Arrays.fill()`.
45+
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-),
46+
[`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-).
4747

4848
## Question List
4949

0 commit comments

Comments
 (0)