Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.01 KB

File metadata and controls

20 lines (10 loc) · 1.01 KB

CodeWars Challenges: Visit Here

codewars

A repository filled with codewars challenges (kata). Currently Ranked #1233 on the global leaderboard, Ranked at top 1% of all existing users and Push 7 solutions every week.

How It's Made:

Tech used:

To start of the day, I spend 1 hour solving CodeWars Katas!

Optimizations

I consistently go back and look at more optimal solutions to my code, sometimes for efficiency, sometimes for readability.

Lessons Learned:

Breaking a problem into smaller subsets of problems make even the larger and more complex problems manageable. To master a programming language is a long journey and the only way to improve is by taking initiative and trying out new methods and approaches.