Skip to content

🌆 A mirror of attempted/completed codewars challenges

License

Notifications You must be signed in to change notification settings

Chris-1101/codewars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeWars C++ Badge License

I upload these as-is from my local testing environment.
Typical directory structure for C++ challenges follows:

nkyu-kata-name
├─ include
│  └─ functionname.hpp (module header)
├─ src
│  ├─ functionname.cpp (module implementation)         ⇐ solution
│  └─ main.cpp (improvised unit tests, debugging)
├─ .gitignore (excludes binaries/objects)
└─ README.md

About

🌆 A mirror of attempted/completed codewars challenges

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published