Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 432 Bytes

TrainingProject

My sandbox for testing different technologies.

Packages overview:

  • algorithm - realizations of different sorting algorithms;
  • customlist - custom realization of Java List interface methods;
  • findmissing - realization of algorithm for finding the missing number in the array of consecutive numbers;
  • substring - custom realizations of Java substring function.

This project contains Unit Tests.