https://github.com/a2p1k02/algos
algorithms with C++20 modules and std libs
https://github.com/a2p1k02/algos
algorithms-and-data-structures cmake cpp20 modules msvc
Last synced: 3 months ago
JSON representation
algorithms with C++20 modules and std libs
- Host: GitHub
- URL: https://github.com/a2p1k02/algos
- Owner: a2p1k02
- Created: 2025-05-23T06:07:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-26T05:55:38.000Z (6 months ago)
- Last Synced: 2025-06-19T19:44:20.415Z (5 months ago)
- Topics: algorithms-and-data-structures, cmake, cpp20, modules, msvc
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algos
I wanted to rewrite some algorithms with C++20 and std libs.
## Supported
| Compiler | Status |
|----------|--------|
| MSVC | ✅ |
| CLANG | ✅ |