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
8e49fb76b9
Made FinnSort generic
2024-12-16 18:59:15 +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
18c27e2ea0
Remove .vscode/settings.json from the repository
...
The file likely contained editor-specific configurations that are unrelated to the source code. Removing it helps prevent unintentional overrides of personal developer settings and keeps the repository cleaner.
2024-12-11 12:00:37 +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
b16ef90b8c
FinnSort: public access
2024-12-10 21:38:56 +00:00
M-H9
3f35d9bbfe
Created my branch folder for the merge
2024-12-10 18:12:08 +01:00
75f7f34fa3
refactor
2024-12-10 18:10:32 +01:00
09ee6a6e5f
Merge remote-tracking branch 'origin/implementation/Ambili'
2024-12-10 18:09:47 +01:00
Ambili Jacob
e92ecc309a
WIP power sort
2024-12-10 18:07:32 +01:00
aeaaf792a3
Merge remote-tracking branch 'refs/remotes/origin/implementation-by-finn'
2024-12-10 18:00:42 +01:00
3560f261a3
add bubblesort
2024-12-10 16:54:36 +00:00
a945a3278e
benchmark: refactor
2024-12-10 16:53:07 +00:00
finnm
db340a89a3
Fixed order of merges of the remaining stack
2024-12-10 17:11:58 +01:00
8e20550b44
benchmark preparations
2024-12-10 11:00:11 +00:00
M-H9
e40a430a11
first Powersort successful implementation, Translation of the notebook.
2024-12-10 11:14:36 +01:00
M-H9
b0250b83fa
switched to my branch
2024-12-10 10:54:18 +01:00
4d9acbf6ba
CI: JDK23 from edge/testing
2024-12-10 10:39:49 +01:00
1194e6cbbe
benchmark preparations
2024-12-09 14:46:52 +00:00
53bd2c410e
benchmark preparations
2024-12-09 14:00:12 +00:00
3ad2afb5f2
CI: init
2024-12-09 13:36:04 +00:00
dbe83ac3cb
benchmark: JMH experiments
2024-12-09 13:35:46 +00:00
9a99716a0a
gradle: JMH plugin, XML test results, add benchmark target
2024-12-09 13:31:32 +00:00
9d67b48215
benchmark preparations
2024-12-09 11:26:57 +00:00
a84ec84903
benchmark preparations
2024-12-09 10:40:20 +00:00
b08816b9a4
benchmark preparations
2024-12-08 13:09:20 +00:00
0b5c6df766
jdk sort intro & benchmark preparations
2024-12-08 12:10:04 +00:00
9f8ca86ac0
.idea
2024-12-08 10:39:01 +01:00
finnm
1aaac3729e
Educational implementation of PowerSort
2024-12-06 23:24:35 +01:00
finnm
5942cb2f41
idea
2024-12-05 14:45:32 +01:00
b3f26f8abd
Gradle: use bundled v8.10
2024-11-25 14:08:47 +01:00
819a77c391
Gradle: use bundled v8.10
2024-11-25 13:49:54 +01:00
c11238ea8b
add PowerSort interface
2024-11-25 13:49:49 +01:00
Daniel Langbein
01db748f3e
LICENSE: add authors
2024-11-25 13:26:23 +01:00
Daniel Langbein
44d0fd5fec
Merge branch 'Gradle-NixOS-IntelliJ' into 'main'
...
shell.nix: Development shell with dependencies installed
See merge request langbeid/powersort!1
2024-11-23 18:01:53 +01:00
Daniel Langbein
9b87a24842
shell.nix: Development shell with dependencies installed
2024-11-23 18:01:53 +01:00
Daniel Langbein
e57ca4030d
LICENSE: add authors
2024-11-20 14:58:37 +01:00
d5254ffbeb
import TimSort
2024-11-19 19:35:52 +01:00