LeetCode Question · Jul 2020

Google | Phone | Implement TCP stream

4 upvotes 2,921 views 8 replies

Question Details

Implement a minimal TCP stream that can be read from, which supports the following two operations: void onData(String data); String read(int length); The OS calls onData() when a packet arrives, and read() when...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Strings System Design