Data structures and Algorithms are a necessary for any good programmer to effectively push out tasks and features with the best implementation at hand. This repository will contain some common data structures and algorithms and allows users to run test cases against their code.
Use the utility cli-testing tool
Example:
python .\util\dsaa_test.py --type "module" --module "data-structures/ds1-array/calcudoku" --language "java" --username "suxiong"