Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 771 Bytes

Code Wars -🔗 Visit Here

Codewars badge

code wars profile

This repository contains coding solutions for a wide range of katas in multiple programming languages.

Tech Stack:

  • Javascript
  • Python
  • C++
  • TypeScript

Lessons:

  • Understand and solve the problem before writing code.
  • Don't aim for the most optimized solution on your first try.
  • Add comments to solidify your understanding.
  • Review 5 other solutions to improve.
  • Do atleast one higher-ranked Kata that scares you each week.

Optimizations

I continuously optimize and refactor my code to ensure it's both efficient and readable.