Bingo-Soft
Bingo-Soft
The above pull request fixes possible issue in two descrease methods in Fibonacci heap. The idea is that there is no sense in changing node's key to a new one,...
Hi, there! I see that the project goes under AGPL license, that makes it impossible to use for free in commercial projects. At the same time I see no options...
I could not find any working build.gradle.kts, so I just tried this: ``` plugins { kotlin("jvm") version "2.0.21" id("com.vanniktech.maven.publish") version "0.28.0" id("antlr") id("com.strumenta.antlr-kotlin") version "1.0.0" } group = "com.example" version...