From 59afb2f5c3208336cbd267e9712b38a4a6f7023b Mon Sep 17 00:00:00 2001 From: Mayur Chopra Date: Wed, 28 Jun 2023 20:15:21 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c9e24cb57f..7ce837084c 100644 --- a/README.md +++ b/README.md @@ -1550,4 +1550,3 @@ Your ideas/fixes/algorithms are more than welcome! 3. import this project as a new project (does need to be imported as a gradle project) 4. If you run into "Could not determine Java version using executable ..." error, use local gradle distribution: "/usr/local/Cellar/gradle/4.8.1/libexec/" instead of the default one. More details, see [this question on Stackoverflow](https://stackoverflow.com/questions/52195643/cannot-find-symbol-intellij-gradle/52196069#52196069). - From aee59cc2ec511fab7cd4febfbe7484848675a4c1 Mon Sep 17 00:00:00 2001 From: Mayur Chopra Date: Wed, 28 Jun 2023 20:20:35 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7ce837084c..56bbcbdec3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -# [LeetCode](https://leetcode.com/problemset/algorithms/) [![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](LICENSE.md) [![Java CI](https://github.com/fishercoder1534/Leetcode/actions/workflows/gradle.yml/badge.svg)](https://github.com/fishercoder1534/Leetcode/actions/workflows/gradle.yml) ![Language](https://img.shields.io/badge/language-Java%20%2F%20MySQL%20%2F%20Bash-blue.svg) - -_If you like this project, please leave me a star._ ★ - > ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews) ## Algorithms