From 1e0d7351784f5f4fa02bbaed7c4f9d6ff8951f98 Mon Sep 17 00:00:00 2001 From: madforpython <50396857+madforpython@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:38:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 186a994..924ddb2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ python .py ``` If you encountered `Class Already Defined` compilation problem in OJ, please remove `TreeNode`, `GraphNode` or etc. ### Java -Some algorithms in Python cannot pass the OJ due to OJ bugs; thus the alternative solutions in java in the exactly same algorithm are provided. To run in Java: +Some algorithms in Python cannot pass the OJ due to OJ bugs, thus the alternative solutions in java in the exactly same algorithm are provided. To run in Java: ```bash cd LintCode/java/src/main/java javac /Solution.java