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 b2bc619 commit d139b2eCopy full SHA for d139b2e
README.MD
@@ -80,11 +80,16 @@ 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
+
84
https://github.com/abhinavsathyann/google-java-interview-questions.git
85
86
2. Navigate to the `src` directory:
87
88
cd google-java-interview-questions/src
89
90
3. Compile and run any Java file. For example:
91
92
javac ReverseLinkedList.java
93
94
java ReverseLinkedList
95
0 commit comments