An open API service indexing awesome lists of open source software.

https://github.com/hrvadl/adss

Algorithms in Decision Support Systems labs source code
https://github.com/hrvadl/adss

algorithms algorithms-and-data-structures cli go golang tui

Last synced: 8 months ago
JSON representation

Algorithms in Decision Support Systems labs source code

Awesome Lists containing this project

README

          

# Algo ๐Ÿงช

My algorithms lab as a 3rd year student of SE faculty.
The program is intended to solve matrix related problems using Jordan Elimination Methods.

The repo contains lab-\* branches each of each holds the source code for specific lab. main holds the code for the latest lab.

## Requirements โœณ๏ธ

- [Golang ๐Ÿญ](https://go.dev/) >= 1.22
- [Make โš’๏ธ](https://www.gnu.org/software/make/)

## How to run? ๐Ÿƒ

Run the following command from the root of the repo:

```bash
task run
```

## Examples ๐Ÿง

image

image

image