From 5ee088a3c3abb4a4af1fba058ba404a873ced7ea Mon Sep 17 00:00:00 2001 From: Disha Oza Date: Tue, 22 Jul 2025 00:04:50 +0530 Subject: [PATCH] Added useful resources section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d60d5104c385..81c530fb49f5 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,9 @@ Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute ## Algorithms Our [directory](DIRECTORY.md) has the full list of applications. + +## Useful Resources + +- [How to install Java](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) +- [Java Tutorials by W3Schools](https://www.w3schools.com/java/) +- [Java Programming Cheatsheet](https://introcs.cs.princeton.edu/java/11cheatsheet/)