Skip to content

This repository contains a record of my problem-solving journey in Codewars using PHP and JavaScript.

Notifications You must be signed in to change notification settings

codedrian/codewars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

My Codewars Solutions

Join Codewars and follow me!

Disclaimer:

  • These solutions for education purpose only. Don't directly use them on Codewars katas. Create your own solutions to learn more. ####Vocabolary:
  • Kata: is an algorithm you have to solve in any programming language you desire.
  • Kyu: is a digit that determines kata difficulty level as well as the user rank on the platform

Purpose:

  • I believe that the best way to learn is by doing. Practicing algorithm problems could help you to improve your problem-solving skills and become a better programmer.

Repository Structure:

├── 8-kyu/
│   ├── Bubble Sort/
│   │   ├── index.js
│   │   └── index.test.js
│   └── ...
│
├── 7-kyu/
│   ├── Binary Addition/
│   │   ├── index.js
│   │   └── index.test.js
│   └── ...

Global Index:

Notes

  • 🚧 Work in progress