[go-nuts] Re: Concurrent and blocking stack

2018-04-08 Thread matthewjuran
1. What are a stack and queue? 2. What does “concurrent and blocking” mean for a data structure? 3. What does accessing one var from concurrent goroutines look like? We can answer these for you if you don't know the answer. Matt On Sunday, April 8, 2018 at 12:37:26 AM UTC-5, Xen wrote: > > Hi

[go-nuts] Re: Concurrent and blocking stack

2018-04-08 Thread Stefan Nilsson
That's a tough one. If your interviewer is an excellent engineer without an ego, you may want to point out that it might be better to keep concurrency and data structures separated. Perhaps you could even tell the story of the deprecated Java Vector class. If your interviewer want you to show