arya2004 / arya2004/computer-networks
Add Selective Repeat ARQ implementation in C++, Python, Go, Rust, or C
Open
c
cpp
go
good first issue
Good for newcomers
hacktoberfest
hacktoberfest-accepted
python
rust
- Dominant language
- Python
- Stars
- 3
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
### 🌐 Task: Re-implement `04_Selective_Repeat` in another language
This directory already contains a working Java implementation of the `04_Selective_Repeat` concept.
You're invited to contribute the same logic in **another language** such as:
- C++
- Python
- Go
- Rust
- C
📁 Your code must go inside the existing folder:
```
src/04_Selective_Repeat/
```
### 🧠 Guidelines:
- Do not overwrite or remove the Java files.
- Ensure your code is clear, modular, and readable.
- Feel free to use sockets, threading, I/O, etc., depending on the protocol used.
Contributor guide
Assessment
This issue has not been assessed yet.