We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a7ec7 commit a74a8b5Copy full SHA for a74a8b5
src/main/java/com/thealgorithms/conversions/TurkishToLatinConversion.java
@@ -11,6 +11,10 @@ private TurkishToLatinConversion() {
11
12
/**
13
* This method converts a turkish character to latin character.
14
+ * Steps:
15
+ * 1. Define turkish characters and their corresponding latin characters
16
+ * 2. Replace all turkish characters with their corresponding latin characters
17
+ * 3. Return the converted string
18
*
19
* @param param String paramter
20
* @return String
0 commit comments