July 4th Sale
Limited Time Deal: Unlock all premium questions for over 40% off
$10.42$6.25
10
:
09
:
32
:
24
Back to Dashboard
Multi-Source Reader
Medium
Implement a MultiSource class that manages a collection of character sources. Each source is a string of characters. You can add and remove sources at any time. Reading from the MultiSource consumes characters sequentially across all active sources in the order they were added, skipping any that have been removed.
Methods: ...