Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/invrtd-h/ps_utils
- Owner: invrtd-h
- Created: 2022-12-20T15:11:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T05:24:04.000Z (over 1 year ago)
- Last Synced: 2024-11-06T22:36:07.985Z (2 months ago)
- Language: C++
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)