Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 1.77 KB

README.md

File metadata and controls

83 lines (49 loc) · 1.77 KB

🥋 Katas Codewars JS 🥋


Table of Contents

Introduction

🦋 Goals

👷 Authors

🛠️ Repository Structure

🌐 Built with


Introduction

Solutions with tests and tutorials for Codewars katas.

-What's a Kata? It is an algorithm you have to solve in any programming language you desire (JS in this repo)

-What is Kyu? It is a digit that determines kata difficulty level as well as the user rank on the platform

-and a codewarrior? A codewarrior is the user/coder who practice katas in Codewars.


Goals

Being a Codewarrior and practicing katas helped me to improve my algorithmic thinking.

Codewarriors are strongly encouraged not to look at your solutions to Kata until we have completed it ourselves.


Authors

Name GitHub
jar avatar Txell Amigó @txellext

Repository Structure

There's a folder for each kata nested in its own kyu:

├── 8-kyu/
│   ├── Square(n)Sum/
│   │   ├── index.js
│   │   └── test.js
│   └── ...
│
├── 7-kyu/
│   ├── Isograms/
│   │   ├── index.js
│   │   └── test.js
│   └── ...

Built with

-JavaScript

-Visual Studio Code


<> with ❤️ in BCN