Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/invrtd-h/ps_utils

Making a PS library is a dream for everyone who enjoys PS.
https://github.com/invrtd-h/ps_utils

Last synced: 12 days ago
JSON representation

Making a PS library is a dream for everyone who enjoys PS.

Awesome Lists containing this project

README

        

# PS Utility Library by invrtd.h

### Requirement
* compilers that supports C++20
* ~~and std::format~~ (It will be added soon)

### Consists of

* debugging code
* A print function that can prints almost everything
* fmt print function
* pipeline operator
* ~~FP library~~ (to be added)
* ~~constexpr version of easy regexes~~ (to be added)
* some views that help pretty printing
* data structures template code
* disjoint set, segment tree, etc
* algorithm template code
* index compression, fft, etc
* other small and maybe useless implementations
* ~~big integer, big float~~ (to be added)