Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reginalexavier/some_rfunctions


https://github.com/reginalexavier/some_rfunctions

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Some R Functions (I've writed/used somewhere...)

Most of the codes are copies of the katas I've completed on [codewars.com](https://www.codewars.com/).

[![Profile badge](https://www.codewars.com/users/tredgi/badges/large)](https://www.codewars.com/users/tredgi)

## About CodeWars
**Codewars** is an educational community for computer programming. On the platform, software developers train on programming challenges known as Kata. These discrete programming exercises train a variety of skills in a variety of programming languages, and are completed within an online Integrated development environment.

## List of Challenges

### R:
* [Josephus Survivor](functions/josephus_survivor.R)
* [Count IP Addresses](functions/Count_IP_Addresses.R)
* [Highest Scoring Word](functions/Highest_Scoring_Word.R)
* [Get the Middle Character](functions/Get_the_Middle_Character.R)
* [Statistics for an Athletic Association](functions/Statistics_for_an_Athletic_Association.R)
* [Sum of Cubes](functions/Sum_of_Cubes.R)