Skip to content

Instantly share code, notes, and snippets.

View ThinTiger's full-sized avatar

葫芦 ThinTiger

  • 深圳(ShenZhen)
View GitHub Profile
// The code below would print overlapped A and B sequences like:
// ...
// A
// A
// B
// B
// ...
//
// Please add multi-threading protection code to make sure that
// As and Bs are printed in the order of:
// The code below would print overlapped A and B sequences like:
// ...
// A
// A
// B
// B
// ...
//
// Please add multi-threading protection code to make sure that
// As and Bs are printed in the order of: