Commit Graph

25 Commits

Author SHA1 Message Date
Raffaele Mignone a45eac427e
update matrix notify
continuous-integration/drone/push Build is passing Details
2019-04-11 22:21:29 +02:00
Raffaele Mignone f610e5e557
update ordered dictionaries
if the dictionary is empty the functions min, max, floor and celling
return None.
2019-04-11 21:57:46 +02:00
Raffaele Mignone 6aa7075de9
unordered dictionaries
continuous-integration/drone/push Build is passing Details
- add interface of dictionaries
2019-04-10 23:24:01 +02:00
Raffaele Mignone c253a9926e
add matrix notify 2019-04-10 23:23:26 +02:00
Raffaele Mignone 2e07bfb777
add build status
continuous-integration/drone/push Build is passing Details
2019-04-08 23:39:52 +02:00
Raffaele Mignone c274e6c316
add drone file 2019-04-07 18:29:42 +02:00
Raffaele Mignone 953c8fd239
add priority queue 2019-04-07 17:51:40 +02:00
Raffaele Mignone 4f29c6bfbf
refactor Sorter & Mergesort 2019-04-06 23:25:15 +02:00
Raffaele Mignone aeb32837a9
add exercise point sorter
- implement sort by radius
2019-03-28 21:33:30 +01:00
Raffaele Mignone 46daa16e3c
add mergesort
- add point sorter
- fix typo in BranchAndMerge
2019-03-27 17:58:56 +01:00
Raffaele Mignone 8c3596d811
add exercise BranchAndMerge 2019-03-25 15:59:00 +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 96185eed8e
union-find
- implement quick find
- implement quick union
- implement quick union with optimization
2019-03-23 10:09:09 +01:00
Raffaele Mignone 2abd5aaa1d
implement prefix average in recursive way 2019-03-22 17:40:01 +01:00
Raffaele Mignone cc28928e40
update gradle files 2019-03-22 17:39:08 +01:00
Raffaele Mignone 0dcae84e5f
prefix average
- add test
- add measure class
- add report
2019-03-17 19:28:14 +01:00
Raffaele Mignone 893058365c
fix measure time class 2019-03-13 18:50:49 +01:00
Raffaele Mignone fd229c4e39
basic implementation of bag
- linked list bag
- resizing array bag
2019-03-12 22:06:21 +01:00
Raffaele Mignone c2b3ff0ea4
Queue & Stack implemented with linked list
- fix gitignore file
2019-03-12 21:56:20 +01:00
Raffaele Mignone 96b22b95da
refactor tests 2019-03-12 21:45:32 +01:00
Raffaele Mignone 8df221cd1b
add peek to queue interface
- update travis file
- fix typo
2019-03-11 23:01:31 +01:00
Raffaele Mignone f9d26d9738
Queue & Stack
Add Queue and Stack, implemented with a resizing array
2019-03-10 17:56:45 +01:00
Raffaele Mignone 0106fd9866
init kotlin project 2019-03-10 17:56:00 +01:00
Raffaele Mignone 2aa26df7e5
initial commit 2019-03-10 17:41:48 +01:00