https://github.com/ariear/2024-wpu-coding-challenge
Repository for WPU Coding Challenge 2024 by Arie
https://github.com/ariear/2024-wpu-coding-challenge
codewars codewars-solutions python web-programming-unpas wpu
Last synced: 12 days ago
JSON representation
Repository for WPU Coding Challenge 2024 by Arie
- Host: GitHub
- URL: https://github.com/ariear/2024-wpu-coding-challenge
- Owner: ariear
- Created: 2024-01-22T12:09:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T02:30:59.000Z (about 2 years ago)
- Last Synced: 2024-11-17T23:12:01.479Z (over 1 year ago)
- Topics: codewars, codewars-solutions, python, web-programming-unpas, wpu
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WPU Coding Challenge 2024
- Reduce But Grow [Challenge](https://www.codewars.com/kata/57f780909f7e8e3183000078) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/1-reduceButGrow.py)
- Reversed sequence [Challenge](https://www.codewars.com/kata/5a00e05cc374cb34d100000d) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/2-reversedSequence.py)
- Is he gonna survive? [Challenge](https://www.codewars.com/kata/59ca8246d751df55cc00014c) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/3-isHeGonnaSurvive.py)
- Sentence Smash [Challenge](https://www.codewars.com/kata/53dc23c68a0c93699800041d) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/4-sentenceSmash.py)
- Will you make it? [Challenge](https://www.codewars.com/kata/5861d28f124b35723e00005e) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/5-willYouMakeIt.py)
- DNA to RNA Conversion [Challenge](https://www.codewars.com/kata/5556282156230d0e5e000089) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/6-DNAtoRNAconversion.py)
- Count by X [Challenge](https://www.codewars.com/kata/5513795bd3fafb56c200049e) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/7-countByX.py)
- If you can't sleep, just count sheep!! [Challenge](https://www.codewars.com/kata/5b077ebdaf15be5c7f000077) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/8-ifYouCantSleep.py)
- Find Maximum and Minimum Values of a List [Challenge](https://www.codewars.com/kata/577a98a6ae28071780000989) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/9-maxmin.py)
- Convert a string to an array [Challenge](https://www.codewars.com/kata/57e76bc428d6fbc2d500036d) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/10-stringToArray.py)
- Rock Paper Scissors! [Challenge](https://www.codewars.com/kata/5672a98bdbdd995fad00000f) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/11-rps.py)
- Array plus array [Challenge](https://www.codewars.com/kata/5a2be17aee1aaefe2a000151) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/12-arrPlusArr.py)
- Total amount of points [Challenge](https://www.codewars.com/kata/5bb904724c47249b10000131) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/13-totalAmount.py)
- Grasshopper - Grade book [Challenge](https://www.codewars.com/kata/55cbd4ba903825f7970000f5) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/14-getGrade.py)
- Sum without highest and lowest number [Challenge](https://www.codewars.com/kata/576b93db1129fcf2200001e6) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/15-sumArray.py)
- Get the mean of an array [Challenge](https://www.codewars.com/kata/563e320cee5dddcf77000158) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/16-getAverage.dart)
- Area or Perimeter [Challenge](https://www.codewars.com/kata/5ab6538b379d20ad880000ab) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/17-areaOrPerimeter.py)
- Grasshopper - Personalized Message [Challenge](https://www.codewars.com/kata/5772da22b89313a4d50012f7) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/18-greet.py)
- Sum Mixed Array [Challenge](https://www.codewars.com/kata/57eaeb9578748ff92a000009) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/19-sumMixArr.py)
- The Feast of Many Beasts [Challenge](https://www.codewars.com/kata/5aa736a455f906981800360d) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/20-feast.py)
- Transportation on vacation [Challenge](https://www.codewars.com/kata/568d0dd208ee69389d000016) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/21-rentalCarCost.py)
- Remove exclamation marks [Challenge](https://www.codewars.com/kata/57a0885cbb9944e24c00008e) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/22-removeExclamationMarks.py)
- Count the Monkeys! [Challenge](https://www.codewars.com/kata/56f69d9f9400f508fb000ba7) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/23-monkeyCount.py)
- Quarter of the year [Challenge](https://www.codewars.com/kata/5ce9c1000bab0b001134f5af) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/24-quarterOf.py)
- Double Char [Challenge](https://www.codewars.com/kata/56b1f01c247c01db92000076/) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/25-doubleChar.py)
- Thinkful - Logic Drills: Traffic light [Challenge](https://www.codewars.com/kata/58649884a1659ed6cb000072) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/26-updateLight.py)
- L1: Set Alarm [Challenge](https://www.codewars.com/kata/568dcc3c7f12767a62000038) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/27-setAlarm.py)
- Do I get a bonus? [Challenge](https://www.codewars.com/kata/56f6ad906b88de513f000d96) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/28-bonusTime.py)
- Removing Elements [Challenge](https://www.codewars.com/kata/5769b3802ae6f8e4890009d2) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/29-removeEveryOther.py)
- Will there be enough space? [Challenge](https://www.codewars.com/kata/5875b200d520904a04000003) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/30-enough.py)
- Third Angle of a Triangle [Challenge](https://www.codewars.com/kata/5a023c426975981341000014) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/31-otherAngle.py)
- Beginner Series #4 Cockroach [Challenge](https://www.codewars.com/kata/55fab1ffda3e2e44f00000c6) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/32-cockroachSpeed.py)
- Find the first non-consecutive number [Challenge](https://www.codewars.com/kata/58f8a3a27a5c28d92e000144) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/33-firstNonConsecutive.py)
- Twice as old [Challenge](https://www.codewars.com/kata/5b853229cfde412a470000d0) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/34-twiceAsOld.py)
- Grasshopper - Check for factor [Challenge](https://www.codewars.com/kata/55cbc3586671f6aa070000fb) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/35-checkForFactor.py)
- Count the Hoop [Challenge](https://www.codewars.com/kata/55cb632c1a5d7b3ad0000145) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/36-hoopCount.py)
- Get Planet Name By ID [Challenge](https://www.codewars.com/kata/515e188a311df01cba000003) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/37-getPlanetName.py)
- All Star Code Challenge #18 [Challenge](https://www.codewars.com/kata/5865918c6b569962950002a1) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/38-strCount.py)
- Volume of a Cuboid [Challenge](https://www.codewars.com/kata/58261acb22be6e2ed800003a) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/39-getVolumeOfCuboid.py)
- Switch it Up! [Challenge](https://www.codewars.com/kata/5808dcb8f0ed42ae34000031) - [Solved](https://github.com/ariear/2024-wpu-coding-challenge/blob/main/40-switchItUp.py)