mirror of
https://github.com/freedbygrace/Split-ObjectList.git
synced 2026-07-26 11:28:19 +00:00
Update README.md
This commit is contained in:
@@ -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...}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user