Skip to content

M-PERSIC/CodeWars-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeWars Solutions

Current Profile Badge

Description

Personal repository for various CodeWars solutions.

Programming Languages: Java 1.8+, Kotlin 1.3, C++17 (Clang), Lua 5.3, Python 3.8, R 3.4.1, Shell (Bash), Rust 1.56+

Getting Started

Dependencies

If using Linux, install the official package for your programming language of choice. If the package is not available, or are using Windows:

Executing Script (Linux)

  • Java:
javac <name>.java && java <name>
  • Kotlin:
kotlinc <name>.kt && kotlin <Name>Kt 
  • C++:
clang++ -Wall -std=c++17 <name>.cpp -o <name> && ./<name>
  • Lua:
lua <name>.lua
  • Python:
python3 <name>.py
bash <name>.bash

Help

Please feel free to send me an email/send an issue form or pull request if you have any questions about a particular solution.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

TL;DR: Feel free to share the code, however it is best to attempt each challenge yourself before consulting other people's solutions.

About

Various solutions to CodeWars kata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published