ZoranPandovski / al-go-rithms

:musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Creative Commons Zero v1.0 Universal
1.34k stars 1.94k forks source link

Add Code for Sequential Communication #3489

Closed nishant-giri closed 1 year ago

nishant-giri commented 1 year ago

Changes

Added code for sequential communication.

A program in C using TCP where the server handles multiple clients in sequential communication (minimum 2 clients).

nishant-giri commented 1 year ago

@ZoranPandovski, I've made the necessary changes.