Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 270 Bytes

File metadata and controls

8 lines (5 loc) · 270 Bytes

Codewars

An almanac of my solutions for Codewars katas.

For the sake of line reduction in some solutions, some best practices are abandoned such as:

  • Copying of inputs to avoid unwanted changes
  • Formatting long lines or lines with a colon (after an if/elif/else)