Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 399 Bytes

AaDS_Tests

The repo is for testing the realisations of the tasks on the Algorithms and Data Structures course.

Each folder of the repository represents a problem to be solved.

Some hints on naming:

  1. Test case name is the name of the structure to be tested + 'Test';
  2. Test name is the name of the functionality being tested (camelCase) + the number of the test (beware of naming collisions).