sallam-ahmed / Polynomial-Calculator

Data Structure 2015 Course Project
Apache License 2.0
0 stars 3 forks source link

Redundancy #15

Closed khaledkee closed 8 years ago

khaledkee commented 8 years ago

There are many redundancies in the code base. For example, in PolynomialTrie, dfs and dfsSecond are pretty much the same. In MainForm.cs, LogInHistory call LogItem in every case of the switch with the same parameter.

sallam-ahmed commented 8 years ago

Will enhance MainForm.cs after finishing parsing algorithm.