Actions
Homework #1579
openDLIS method
Start date:
06/11/2023
Due date:
06/12/2023 (about 19 months late)
% Done:
100%
Estimated time:
Description
Test DLIS algorithm in specific cases:
1-Few variables when one is repeated frequently (ex: 1 1 1 2).
2-No variables entered.
3-A lot of variables (ex: 1 1 2 1 3 4 5 6 7 8 9 8 1 6 7 1 2 1) and see if it runs throw runtime issues. If so try to optimize the code.
4-Wrong input is entered (ex: @@!!)
5-Variables occurring equally (ex: 1 1 2 2)
Actions