phishman3579 / java-algorithms-implementation

Algorithms and Data Structures implemented in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code readability can be improved in StringFunctions class

swapy opened this issue · comments

commented

Almost all methods have input parameter as String string .
Can it be renamed to something else like String inputStringor String inputor source

I was reading the source. It is trivial but can be helpful for novice programmers.

Appreciate the comment. Fixed,as best I could.