https://github.com/duksis/daily_kata
One Kata a day keeps all bugs away!
https://github.com/duksis/daily_kata
elixir-lang golang katas python
Last synced: 7 months ago
JSON representation
One Kata a day keeps all bugs away!
- Host: GitHub
- URL: https://github.com/duksis/daily_kata
- Owner: duksis
- Created: 2019-08-12T07:20:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T08:23:57.000Z (about 6 years ago)
- Last Synced: 2025-02-09T00:43:22.723Z (8 months ago)
- Topics: elixir-lang, golang, katas, python
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Kata
One Kata a day keeps all the bugs away!
---
## Katas
* Reverse string without built in reveres
* Remove duplicate words## Resources
* [codewars](https://www.codewars.com) - platform for coding challenges
* [CodeKata](http://codekata.com) - blog by PragDave (probably the source of the code kata as a concept)
* [Coding Dojo KataCatalogue](http://codingdojo.org/KataCatalogue)## Usage
* Adding a new solution
```
touch $(date +%Y%m%d_reverse_string.exs)
```## Running tests
Go: `go test -run TestCustomReverse`
python: `python 20190815_reverse_string.py`
elixir: `elixir 20190812_reverse_string.exs`