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

https://github.com/zacksff/golang-tasks


https://github.com/zacksff/golang-tasks

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# golang-tasks

## Getting started

```
$ cd $HOME
$ mkdir code
$ cd code
$ git clone https://github.com/zacksfF/golang-tasks.git
$ cd golang-tasks
```

### Challenge 1: Data Fragmentation and Reconstruction

```
cd Data_Fragmentation_and_Reconstruction
go run main.go

#Output
Reconstructed Data: HelloGolang!
```

### Challenge 2: Secure Data Fragment Allocation Scenario

```
cd secure_data_fragment
go run main.go

#Output
Minimized maximum risk: 400
```

### Challenge 3: Optimal Network Routing Scenario

```
cd Optimal_Network_Routing
go run main.go

#Output
Minimum total latency from A to D: -1
```