Skip to content

Commit 81d0e80

Browse files
Update README.MD
1 parent 3191555 commit 81d0e80

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.MD

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,34 @@ google-java-interview-questions/
5050

5151
│ └── CloneGraph.java
5252
53+
5354
└── README.md
55+
56+
57+
---
58+
59+
## **About The Project**
60+
61+
This repository serves as a comprehensive guide to tackling Google’s top Java coding interview questions. Each source file includes a standalone Java class that implements a popular interview problem, demonstrating best practices in problem-solving, algorithm design, and clean coding.
62+
63+
---
64+
65+
## **Technologies Used**
66+
67+
- Java SE (Standard Edition)
68+
- Core Java concepts including Collections, Recursion, Dynamic Programming, LinkedLists, Arrays, and Graphs
69+
- No external dependencies, all problems use standard Java library
70+
71+
---
72+
73+
## **Getting Started**
74+
75+
### **Prerequisites**
76+
77+
- Java Development Kit (JDK) 8 or higher
78+
- An IDE or text editor such as IntelliJ IDEA, Eclipse, or VS Code configured for Java development
79+
80+
### **How to Run**
81+
82+
1. Clone the repository to your local machine:
83+

0 commit comments

Comments
 (0)