In this project i include some easy to use counters which can be used in more complexes loops. Some of this counters are :
- BinaryCounter (binary counter)
- PermutCounter (permutation counter)
Binary Counter allow a control of a succession of integer vectors :
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
...
in same way as bits in a byte.
PermutCounter have next succession of arrays (in case of size 4) :
0 1 2 3
0 1 3 2
0 2 1 3
...
3 2 1 0
Features
- Counter utilities
Categories
Agile Development ToolsLicense
Public DomainFollow Counters
Other Useful Business Software
Build apps or websites quickly on a fully managed platform
Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Counters!