Skip to content

Commit e292f70

Browse files
authored
Update README.md
1 parent d631725 commit e292f70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ My Algorithm includes three main steps:
6464

6565
in this Process, we will calculate the next four elements:
6666

67-
1.<b>Regex rx_For_Pre_Processing:</b> Calculate the Regex to Identify the Candidate's Strings
67+
1.<b>(Regex) rx_For_Pre_Processing:</b> Calculate the Regex to Identify the Candidate's Strings
6868

69-
2.<b>Regex rx_For_Match:</b> Calculate the Regex Who Identify the matches String
69+
2.<b>(Regex) rx_For_Match:</b> Calculate the Regex Who Identify the matches String
7070

71-
3.<b>Int CandidateStringLen:</b> Calculate the Length of the string
71+
3.<b>(int) CandidateStringLen:</b> Calculate the Length of the string
7272

73-
4.<b>string[] Text Lines:</b> Read the file.txt to an array. Each cell represents a row in the text file.
73+
4.<b>(string[]) Text Lines:</b> Read the file.txt to an array. Each cell represents a row in the text file.
7474

7575
<h2>Step B: The map Phase</h2>
7676
The map task is done by means of Mapper Class.

0 commit comments

Comments
 (0)