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
- Host: GitHub
- URL: https://github.com/tgotwig/cardio
- Owner: tgotwig
- License: mit
- Archived: true
- Created: 2020-10-20T12:56:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T09:17:36.000Z (almost 4 years ago)
- Last Synced: 2025-05-12T19:15:21.874Z (about 1 month ago)
- Topics: cardio, elixir, elixir-lang, java
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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).