Commit Graph

10 Commits

Author SHA1 Message Date
Raffaele Mignone 6a554c55c4
add documentation kmin
continuous-integration/drone/push Build is passing Details
- edit getIndex into HashTable
- add test kmin for k equal to 5
2019-05-04 15:14:26 +02:00
Raffaele Mignone 6c1bb2bc60
add exercise kmin
continuous-integration/drone/push Build is passing Details
- update kluent
2019-05-02 22:00:05 +02:00
Raffaele Mignone bb45e3ed9e
update build scripts
continuous-integration/drone/push Build is passing Details
- upgrade to gradle 5.3.1
- upgrade to junit 5
- update test for compatibility to junit 5
2019-04-14 11:39:11 +02:00
Raffaele Mignone a9bd9df609
update OrderedListSorter
continuous-integration/drone/push Build is passing Details
now it work with all comparable type
2019-04-12 21:57:14 +02:00
Raffaele Mignone 471b0413cc
add OrderedListSorter
continuous-integration/drone/push Build is passing Details
now it work only with non negative integer list
2019-04-12 16:26:55 +02:00
Raffaele Mignone 46daa16e3c
add mergesort
- add point sorter
- fix typo in BranchAndMerge
2019-03-27 17:58:56 +01:00
Raffaele Mignone 47158bac88
BranchAndMerge now work with generics
- add gson dependencies
2019-03-24 17:39:13 +01:00
Raffaele Mignone 845779b71a
add BranchAndMerge
- add mockk to test dependencies
2019-03-23 12:32:01 +01:00
Raffaele Mignone 2abd5aaa1d
implement prefix average in recursive way 2019-03-22 17:40:01 +01:00
Raffaele Mignone 0dcae84e5f
prefix average
- add test
- add measure class
- add report
2019-03-17 19:28:14 +01:00