https://github.com/zacksff/golang-tasks
https://github.com/zacksff/golang-tasks
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zacksff/golang-tasks
- Owner: zacksfF
- License: apache-2.0
- Created: 2024-10-31T16:55:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T08:43:21.000Z (over 1 year ago)
- Last Synced: 2025-02-17T15:15:47.041Z (about 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```