We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d0e80 commit b2bc619Copy full SHA for b2bc619
README.MD
@@ -80,4 +80,11 @@ This repository serves as a comprehensive guide to tackling Google’s top Java
80
### **How to Run**
81
82
1. Clone the repository to your local machine:
83
+https://github.com/abhinavsathyann/google-java-interview-questions.git
84
85
+2. Navigate to the `src` directory:
86
+cd google-java-interview-questions/src
87
+
88
+3. Compile and run any Java file. For example:
89
+javac ReverseLinkedList.java
90
+java ReverseLinkedList
0 commit comments