Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
codewars
kirito0922
STEMGeeks
Friday, July 26, 2024 7:38 PM
Code Wars II - Array Helpers - Solving the kata
ArrayHelpers - 6 kyu programming excersice from Codewars platform
$ 0.099
6
3
kirito0922
STEMGeeks
Friday, July 26, 2024 7:29 PM
Code Wars II - Array Helpers - Extension Methods
ArrayHelpers - 6 kyu programming excersice from Codewars platform
$ 0.000
1
kirito0922
STEMGeeks
Wednesday, June 5, 2024 11:39 PM
Codewars I - Pagination Helper
PaginationHelper - 5 kyu programming excersice from Codewars platform
$ 0.269
11
2
lochard
coding
Thursday, February 22, 2024 1:53 PM
Codewars Kata - Compare within margin.java
Create a function close_compare that accepts 3 parameters: a, b, and an optional margin. The function should return whether a is lower than, close to, or higher than b. Please note the following: When
$ 0.000
0
sacra97
Soloescribe
Saturday, August 2, 2025 9:50 PM
Promoted
De tus manos que se abren como el vuelo / Soloescribe concurso #31 [Esp-Eng]
Siempre he creído que las manos son las creadores del universo, pero entonces la inocencia de mi hijo me sentó en unas bases nuevas, ¿ y los niños que no tienen manos también crean? Por supuesto que sí,
$ 1.728
109
11
3
lochard
Learn2code
Thursday, February 15, 2024 9:29 AM
Codewars 6 kyu Kata: Detect Pangram
my little repo of code solutions to code challenges on GitHub A pangram is a sentence that contains every single letter of the alphabet at least once. For example, the sentence "The quick brown fox
$ 0.021
2
lochard
programming
Saturday, August 19, 2023 10:52 AM
Codewars Kata — Sum of two lowest positive integers
Create a function that returns the sum of the two lowest positive numbers given an array of minimum 4 positive integers. No floats or non-positive integers will be passed. For example, when an array is
$ 0.000
0
lochard
programming
Saturday, August 12, 2023 9:11 AM
Codewars Kata - Testing 1-2-3
DESCRIPTION: Your team is writing a fancy new text editor and you've been tasked with implementing the line numbering. Write a function which takes a list of strings and returns each line prepended by
$ 0.000
0
lochard
programming
Monday, August 7, 2023 2:26 AM
CoddeWars Kata - If you can't sleep, just count sheep!!
DESCRIPTION: If you can't sleep, just count sheep!! Task: Given a non-negative integer, 3 for example, return a string with a murmur: "1 sheep...2 sheep...3 sheep...". Input will always be valid,
$ 0.000
0
dotwin1981
giveaway
Wednesday, July 30, 2025 1:01 PM
Promoted
Und Tschüss
So es ist passiert. Dank eines einzelnen Hoden-Kobolds mit mehr Power als Hirn, werde ich Hive nun nicht mehr benutzen können. Also ist das Tägliche Gewinnspiel vorbei und auch sonst werde ich alles hier
$ 0.000
126
54
3
lochard
python
Wednesday, August 2, 2023 5:48 AM
Codewars Kata - Opposite number
Very simple, given an integer or a floating-point number, find its opposite. Examples: 1: -1 14: -14 -34: 34 def opposite(number): return -number
$ 0.000
0
lochard
programming
Sunday, July 30, 2023 12:36 AM
Codewars Kata - How good are you really?
DESCRIPTION: There was a test in your class and you passed it. Congratulations! But you're an ambitious person. You want to know if you're better than the average student in your class. You receive an
$ 0.000
0
lochard
programming
Friday, July 28, 2023 5:41 AM
Codewars 6 kyu Kata - Multiples of 3 or 5
DESCRIPTION: If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Finish the solution so that it returns the sum of all the
$ 0.000
0
lochard
programming
Tuesday, July 11, 2023 7:29 PM
CodeWars C Kata - Double Char
DESCRIPTION: Given a string, you have to return a string in which each character (case-sensitive) is repeated once. Examples (Input -> Output): "String" -> "SSttrriinngg" "Hello
$ 0.000
0
valerianis
Caturday
Friday, August 1, 2025 2:56 PM
Promoted
New Kitten in Our Family
We have recently found this small homeless kitten and brought him to our country house. We called him Marsik and he is around three weeks on these photos. Learning and growing quickly. Will see where it
$ 0.985
32
8
1
themarkymark
Curated Collections
Thursday, July 28, 2022 2:18 PM
Code War Challenges
Below you can find all the Codewars challenges I published. Each of them provide detailed walkthrough on how I approached the problem and how I coded my solution. I will add more to this collection if
$ 43.424
384
6
themarkymark
codewithmarky
Friday, September 18, 2020 3:57 AM
CodeWars Python Challenge: Does my number look big in this?
You up for another Code Wars Python Challenge? Today I am doing the 6 kyu challenge "Does my number look big in this?". This one we need to analyze an incoming number to see if it is a Narcissistic
$ 24.334
358
7
themarkymark
codewithmarky
Thursday, September 17, 2020 3:18 AM
Code Wars Python Challenge: Valid Parentheses
You up for solving another Python coding challenge together? Yes? Great, let's check this one out. This is the first 5 kyu difficulty challenge I have received since I reset my account. My account is currently
$ 21.345
406
5
themarkymark
codewithmarky
Monday, September 14, 2020 7:54 AM
Code Wars Python Challenge: Vowel Count
I haven't done a Code Wars challenge in a little bit, so I logged in and grabbed my next challenge. This one looks pretty easy, but let's walk through it. Our starting code looks like this: We are given
$ 24.451
450
12
quimera3306
Black And White
Monday, August 4, 2025 1:03 PM
Promoted
MONOMAD: Buscando Peces/MONOMAD: Seeking Fish
Curiosamente pasaba por un puente cerca de la primera parada del P3, y las vistas me cautivaron, pero más aun este señor, sentado, deslumbrante, enajenado de cualquier cosa que no fuera su caña, y la foto
$ 0.062
3
2
themarkymark
codewithmarky
Wednesday, September 2, 2020 3:51 AM
Code Wars Python Challenge Walk Through - Array.diff
Here we are presented with another more difficult 6 kyu challenge which looks harder than it really is. The challenge is to accept two lists and filter all items out of the first list if they exist in
$ 22.101
408
3
themarkymark
codewithmarky
Sunday, August 30, 2020 7:21 AM
Code Wars Python Challenge Walk Through - RGB To Hex
I will walk you through another Code Wars Python challenge. The next challenge I received was ranked 5kyu, considerably harder than the 7kyu and 8kyu challenges I received earlier but still fairly quick
$ 33.670
486
1
themarkymark
programming
Friday, August 28, 2020 9:37 PM
Code War Python Challenge: Square Every Digit
Yesterday I wrote about Code Wars, one of my favorite programming challenge sites. If you want to get better as a programmer, or are learning how to program check out my introduction and get signed up.
$ 18.956
329
12
themarkymark
programming
Friday, August 28, 2020 2:22 AM
How to become a better programmer using Code Wars
I am a big fan of Code Wars, I really wish I did it more. It is a fantastic resource for becoming a better programmer. There are endless amount of challenges available in around 30 different popular
$ 34.867
425
13
Top communities
Create decentralized community