Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammadreza-mohammadi94/codewars-katas
Python coding katas with concise solutions for skill improvement.
https://github.com/mohammadreza-mohammadi94/codewars-katas
algorithms data-science data-structures database kata puzzle
Last synced: about 9 hours ago
JSON representation
Python coding katas with concise solutions for skill improvement.
- Host: GitHub
- URL: https://github.com/mohammadreza-mohammadi94/codewars-katas
- Owner: mohammadreza-mohammadi94
- Created: 2023-06-16T11:08:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T19:50:31.000Z (about 1 year ago)
- Last Synced: 2024-04-04T11:24:42.228Z (7 months ago)
- Topics: algorithms, data-science, data-structures, database, kata, puzzle
- Language: Jupyter Notebook
- Homepage: https://www.codewars.com/
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codewars
[![Codewars Profile](https://www.codewars.com/users/jigsaw1313/badges/large)](https://www.codewars.com/users/jigsaw1313)
Python coding katas with concise solutions for skill improvement.
# Codewars Katas
This repository contains a collection of Katas that I have completed on Codewars.com. Katas are coding challenges designed to help improve programming skills and problem-solving abilities.# What is Codewars?
Codewars is an online platform that provides a wide variety of coding challenges, known as Katas, for developers to solve in different programming languages. It offers a gamified learning experience where users can earn ranks and honor as they progress through the challenges.# Getting Started
If you're new to Codewars and want to get started, follow these steps:Visit the Codewars website and create an account if you haven't already.
Choose a programming language you want to practice.
Browse the available Katas in your chosen language.
Select a Kata that matches your skill level and interests.
Read the instructions and requirements for the Kata.
Write your solution code and test it against the provided sample tests.
Once you're confident with your solution, submit it for verification.
Codewars will run additional tests to verify the correctness and efficiency of your solution.
If your solution passes all the tests, you'll earn points and progress to the next Kata.# Contributing
This repository is a personal collection of my completed Katas, and contributions are not expected. However, if you find an issue with any of the solutions or have suggestions for improvements, feel free to open an issue or submit a pull request.Please note that copying solutions from this repository directly to Codewars violates the platform's honor code. It is essential to understand and solve the Katas independently to benefit from the learning experience.
Happy coding! If you have any questions or need further assistance, please don't hesitate to reach out.