Kattis Alternatives
Similar projects and alternatives to kattis
-
simplicity
Simplicity is a blockchain programming language designed as an alternative to Bitcoin script. (by BlockstreamResearch)
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
kattis reviews and mentions
-
Rust for competitive programming
My kattis repo here: https://github.com/jasonincanada/kattis
-
The Tardis Monad
I just coded an example usage of this monad last week:
https://github.com/jasonincanada/kattis/blob/master/src/Pivo...
This tests each element of a list to see if it's a pivot, meaning it's between the maximum to the left and the minimum to the right. In a single logical traversal it shouldn't be able to see the minimum yet, since it hasn't visited those elements. With reverse state you pretend you can anyway and let Haskell figure out the dependencies during execution
Stats
jasonincanada/kattis is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.