diff --git a/README.md b/README.md index ffdcb4f..fedfad6 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,30 @@ Most of the time, various "List" type objects are used with index removal and so [https://www.infoworld.com/article/3666499/how-to-work-with-a-priority-queue-in-net-6.html](https://www.infoworld.com/article/3666499/how-to-work-with-a-priority-queue-in-net-6.html) +## SAMPLE OUTPUT: + +``` +Wave : 1 +Count : 10000 +Members : {1, 2, 3, 4...} + +Wave : 2 +Count : 20000 +Members : {10001, 10002, 10003, 10004...} + +Wave : 3 +Count : 30000 +Members : {30001, 30002, 30003, 30004...} + +Wave : 4 +Count : 40000 +Members : {60001, 60002, 60003, 60004...} + +Wave : 5 +Count : 50000 +Members : {100001, 100002, 100003, 100004...} + +Wave : 6 +Count : 50000 +Members : {150001, 150002, 150003, 150004...} +```