Skip to content

Commit 80f7234

Browse files
authored
Update README.md
1 parent 0bf8de1 commit 80f7234

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Algorithms and Data Structures in Java
22

3-
The repo consists of solutions to numerous problems using different data structures and algorithms, where all solutions are coded purely in Java. It also contains solutions to HackerRank problems which I have solved so far.
3+
The repo consists of solutions to numerous problems using different data structures and algorithms, all coded in Java. It also contains solutions to HackerRank problems which I have solved so far and also questions from Cracking the Coding Interview Book _(6th Edition)_.
44

55
You can also refer my [Java Notes](http://java.ramswaroop.me) for a quick refresh on the Java concepts.
66

77
## Environment
88

99
### Java Version
10-
Java version 1.7.0_51
11-
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
12-
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
10+
Java version 1.8.0_172
11+
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
12+
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
1313

1414
### IDE
15-
IntelliJ IDEA 14
15+
IntelliJ IDEA 2018.1.4 (Ultimate Edition)
1616

1717
### Machine
1818
MacBook Pro
19-
2.6 GHz Intel Core i5
20-
8 GB 1600 MHz DDR3
19+
2.5 GHz Intel Core i7
20+
16 GB 1600 MHz DDR3

0 commit comments

Comments
 (0)