From 9d36a71dd9caf478094a98620c35e110726815ea Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:24:43 +0530 Subject: [PATCH] Update README.md --- algorithms-modules/algorithms-miscellaneous-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms-modules/algorithms-miscellaneous-1/README.md b/algorithms-modules/algorithms-miscellaneous-1/README.md index 02bf874197..56582d5cf1 100644 --- a/algorithms-modules/algorithms-miscellaneous-1/README.md +++ b/algorithms-modules/algorithms-miscellaneous-1/README.md @@ -5,7 +5,7 @@ This module contains articles about algorithms. Some classes of algorithms, e.g. ### Relevant articles: -- [Validating Input With Finite Automata in Java](https://www.baeldung.com/java-finite-automata) +- [Validating Input with Finite Automata in Java](https://www.baeldung.com/java-finite-automata) - [Example of Hill Climbing Algorithm in Java](https://www.baeldung.com/java-hill-climbing-algorithm) - [Introduction to Minimax Algorithm with a Java Implementation](https://www.baeldung.com/java-minimax-algorithm) - [How to Calculate Levenshtein Distance in Java?](https://www.baeldung.com/java-levenshtein-distance)