finnm
3974f575a9
Faster Merging of FinnSort
2025-01-05 12:33:26 +01:00
finnm
a2dd6ac325
Handling of descending runs
2025-01-05 12:33:26 +01:00
798ed8502c
benchmark: update filter
2024-12-30 16:37:45 +00:00
48a2db7bee
fix: QuickSort mergeRuns
2024-12-30 16:22:17 +00:00
4528a544b7
fix: QuickSort
2024-12-30 16:10:37 +00:00
b1df4366e6
benchmark: update filter
2024-12-17 21:24:54 +00:00
cca298709f
adjust QuickSort & add test case
2024-12-17 21:23:44 +00:00
fe7fe86dee
adjust QuickSort
2024-12-17 20:28:46 +00:00
438d0099da
adjust QuickSort
2024-12-17 20:06:58 +00:00
0b483c32f3
improve QuickSort
2024-12-17 19:18:16 +00:00
6d25796bac
import QuickSort
2024-12-17 19:14:30 +00:00
68d86d6e6b
benchmark: filter out some of the "data x algorithm" combinations
2024-12-17 18:57:41 +00:00
526d69e95b
benchmark: include merge and bubble again ^^
2024-12-17 16:52:59 +00:00
385082bb8d
Merge remote-tracking branch 'origin/main'
2024-12-17 16:39:14 +00:00
a7a6f9e246
benchmark: exclude merge sort
2024-12-17 16:38:41 +00:00
b730c34ddd
benchmark: numbers
2024-12-17 16:28:01 +00:00
Ambili Jacob
691d7eb0ac
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# .idea/misc.xml
2024-12-17 16:47:29 +01:00
dbf26421d9
FinnSort: Disable printouts
2024-12-17 15:14:18 +01:00
077cd818e6
refactor
2024-12-17 14:09:21 +01:00
finnm
59bfd44f45
Fixed the merging order of FinnSort
2024-12-17 13:24:50 +01:00
finnm
b1f94636c7
Removed Main Method from FinnSort
2024-12-17 13:11:05 +01:00
b754184272
typo
2024-12-17 09:52:43 +00:00
7a8f1c7f8d
fix: test data typo
2024-12-17 08:40:04 +00:00
6b0a5394b1
benchmark: refactor
2024-12-17 08:34:57 +00:00
c3ecfc5531
benchmark: rm ObjectSupplier.title
2024-12-17 08:28:09 +00:00
a782d8c1fa
add sort test
2024-12-17 08:26:56 +00:00
finnm
e182ecc756
Fixed FinnSort: Cleared runs for every method call
2024-12-16 22:50:51 +01:00
finnm
fa70412791
Merge remote-tracking branch 'origin/main'
2024-12-16 22:31:53 +01:00
finnm
afe766992a
Initialized a second FinnSort
2024-12-16 22:31:37 +01:00
d19d89006c
add sort test
2024-12-16 21:30:53 +00:00
ccd0fba7c2
docs
2024-12-16 21:28:43 +00:00
e25a14f718
test and benchmark: add ASort
2024-12-16 21:20:06 +00:00
cb9ff240ea
refactor
2024-12-16 21:19:35 +00:00
43dfcd987e
add sort test
2024-12-16 21:07:18 +00:00
8379570f9a
benchmark: more input lists
2024-12-16 21:06:11 +00:00
finnm
3fbee13d07
Made FinnSort public
2024-12-16 19:04:30 +01:00
finnm
8e047dca9d
Merge branch 'implementation-by-finn'
...
# Conflicts:
# app/src/main/java/de/uni_marburg/powersort/FinnSort/FinnSort.java
2024-12-16 18:59:31 +01:00
finnm
f32088c2c9
Made FinnSort generic
2024-12-16 16:11:13 +01:00
72d668e0f9
benchmark: docs
2024-12-15 20:08:50 +00:00
a262272b19
benchmark: ascending runs
2024-12-15 20:07:28 +00:00
025193595c
benchmark: reproducible random lists
2024-12-12 15:31:00 +00:00
e3b90c83cc
benchmark: JMH SortEnum
2024-12-11 18:05:12 +00:00
060ff596b8
benchmark: SortEnum
2024-12-11 17:38:55 +00:00
904d462fc6
benchmark: @Param & DataEnum
2024-12-11 17:08:01 +00:00
605d0c2781
benchmark: refactor
2024-12-11 16:25:47 +00:00
684f28bb2b
benchmark: refactor
2024-12-11 16:08:49 +00:00
e627c99b55
benchmark: doc
2024-12-11 15:40:50 +00:00
M-H9
ebff5b6dc5
add app/bin to .gitignore
2024-12-11 14:04:46 +01:00
M-H9
2a3e3b3354
Merge branch 'powersort_M'
...
# Conflicts:
# .idea/misc.xml
2024-12-11 14:01:56 +01:00
M-H9
d4fd68fa70
Refactor package structure and update visibility modifier.
...
Renamed packages to follow a consistent naming convention (`de.uni_marburg.powersort.msort`). Adjusted imports and references accordingly. Changed `MERGE_COST` visibility from private to protected for broader accessibility.
2024-12-11 11:55:31 +01:00