An open API service indexing awesome lists of open source software.

https://github.com/tgotwig/cardio

๐Ÿƒ A collection of solved cardio-tasks across different languages
https://github.com/tgotwig/cardio

cardio elixir elixir-lang java

Last synced: about 1 month ago
JSON representation

๐Ÿƒ A collection of solved cardio-tasks across different languages

Awesome Lists containing this project

README

        

running gif ๐Ÿƒ

Cardio


A collection of cardio-tasks across different languages.

## ๐Ÿ™‰ What is this exactly?

Cardio is a collection of cardio-tasks across different languages which shows how to solve them in the most compact way ๐Ÿ“ฆ Furthermore it is test-driven ๐Ÿงช Inspired by [Traversy Media on Youtube](https://www.youtube.com/watch?v=M2bJBuaOeOQ) ๐Ÿ“บ

## ๐Ÿ“„ Overview with links to major files

||[Elixir](elixir-cardio/lib/elixir_cardio.ex) | [Java](java-cardio/src/test/java/app/AppTest.java) | [Javascript](javascript-cardio/test.js) | [Rust](rust-cardio/src/main.rs)|
|--------------------|------|--------|--------|--------|
| Reverse string |โœ…|โœ…|โœ…|โœ…|
| Is palindrome |โœ…|โœ…|โœ…|โœ…|
| Reverse int | |โœ…|โœ…|โœ…|
| Capitalize letters | |โœ…|โœ…|โœ…|
| Max character | |โœ…|โœ…|โœ…|
| Fizz buzz | | |โœ…|โœ…|
| Longest words | | |โœ…|โœ…|
| Chunk array | | |โœ…| |
| Flatten array | | |โœ…| |
| Is anagram | | |โœ…| |
| Sum all | | |โœ…| |
| Sum all primes | | |โœ…| |
| Seek and destroy | | |โœ…| |
| Sort by height | | |โœ…| |
| Missing letters | | |โœ…| |

### ๐ŸŽƒ Specials

๐ŸŽ„ Advent of Code 2020

||[Python](specials/adventofcode/python)|
|--------------------------|--|
| Report repair |โœ…|
| Password philosophy |โœ…|

## ๐Ÿ“œ Licensing

[MIT License](LICENSE).