Closed sebetci closed 2 years ago
There isn't rule for naming functions, variables, folder and files in the repository.
The find function in dataStructures/binaryTree.bat produces the following error: !test_tree6! was unexpected at this time.
find
!test_tree6! was unexpected at this time.
The find function returns 1 even if the searched value is in the tree.
The node variable is not used in the find function .
node
The find function only searches the first node of the tree.
This script does not work on Windows 10 operating system.
The source code isn't documented.
The source code isn't documented. The time output format isn't clear.
Updated !%1! in find method to %1.
!%1!
%1
The following change was made within the find function:
:: The second parameter is checked instead of the first parameter. IF %VTreeName% EQU %2 ( ... )
The node variable has been removed from the source code.
I haven't developed a solution to this problem yet.
The following scripts edited were run successfully on Windows 10 Pro operating system:
The situation in issue #47 was addressed in this pull request.
1. Problems and Suggestions
1.1. README.md
There isn't rule for naming functions, variables, folder and files in the repository.
1.2. dataStructures/binaryTree.bat
The
find
function in dataStructures/binaryTree.bat produces the following error:!test_tree6! was unexpected at this time.
The
find
function returns 1 even if the searched value is in the tree.The
node
variable is not used in thefind
function .The
find
function only searches the first node of the tree.1.3. DateAndTime/DateParts.bat
This script does not work on Windows 10 operating system.
1.4. DateAndTime/W32DOW.bat
The source code isn't documented.
1.5. DateAndTime/W32tmSleep.bat
The source code isn't documented.
1.6. DateAndTime/getTime.bat
The source code isn't documented.
1.7. DateAndTime/sleeptp.bat
The source code isn't documented. The time output format isn't clear.
2. Solutions and Suggestions
2.1. README.md
2.2. dataStructures/binaryTree.bat
Updated
!%1!
in find method to%1
.The following change was made within the
find
function:The
node
variable has been removed from the source code.I haven't developed a solution to this problem yet.
2.3. DateAndTime/DateParts.bat
2.4. DateAndTime/W32DOW.bat
2.5. DateAndTime/W32tmSleep.bat
2.6. DateAndTime/getTime.bat
2.7. DateAndTime/sleeptp.bat
3. Tests
The following scripts edited were run successfully on Windows 10 Pro operating system: