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
- Host: GitHub
- URL: https://github.com/hrvadl/adss
- Owner: hrvadl
- Created: 2024-02-25T20:54:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T12:23:47.000Z (over 1 year ago)
- Last Synced: 2025-01-30T12:24:48.368Z (10 months ago)
- Topics: algorithms, algorithms-and-data-structures, cli, go, golang, tui
- Language: Go
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ๐ง

