Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yousinix/aljurythm
A better judge for Algorithm Course's Problems.
https://github.com/yousinix/aljurythm
Last synced: 27 days ago
JSON representation
A better judge for Algorithm Course's Problems.
- Host: GitHub
- URL: https://github.com/yousinix/aljurythm
- Owner: yousinix
- License: mit
- Created: 2019-10-28T09:31:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T11:34:44.000Z (almost 5 years ago)
- Last Synced: 2024-10-01T20:46:20.324Z (about 1 month ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/Aljurythm/
- Size: 229 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Aljurythm
A better judge for Algorithm Course's Problems.
_No more boilerplate code or ugly outputs._## Usage
1. Install [**Aljurythm Nuget Package**](https://www.nuget.org/packages/Aljurythm/) to your project.*
1. View [**Demo/Program.cs**](Demo/Program.cs) for more API usage example.> \* Check [Microsoft Docs](https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio) for more info.
## Features
1. Tiny size _(< 25KB)_.
1. Easy API usage that substitutes boilerplate code.
1. Supports multiple returning values using `out` keyword.
1. Statistics after finishing each level.
1. Customize levels: name, time limit, show/hide inputs/outputs/logs.
1. Better outputs: colors, tables and alignment.![screenshot](screenshot.png)