Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
/ cxxurse Public archive

Auxiliary, collaborative curse.

Notifications You must be signed in to change notification settings

sastauna/cxxurse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cxxurse

*It's pronounced "curses" because you carry the "x" to the end."

Files have a naming convention sorta.

suffix meaning
0 template
1 constexpr
2 runtime

Since there are no constexpr loops, the most efficient algorithm might not be constexpr, unfortunately. Templates are just for fooling around to get better.