Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create your community
latest #codewars created topics on internet
kirito0922
STEMGeeks
2024-07-26 19:38
Code Wars II - Array Helpers - Solving the kata
ArrayHelpers - 6 kyu programming excersice from Codewars platform
$ 0.099
6
3
kirito0922
STEMGeeks
2024-07-26 19:29
Code Wars II - Array Helpers - Extension Methods
ArrayHelpers - 6 kyu programming excersice from Codewars platform
$ 0.000
1
kirito0922
STEMGeeks
2024-06-05 23:39
Codewars I - Pagination Helper
PaginationHelper - 5 kyu programming excersice from Codewars platform
$ 0.269
11
2
lochard
coding
2024-02-22 13:53
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
rubenstorm
bluesky
2026-05-14 19:34
Promoted
NomadCast Travel Network: A Bluesky Feed for Real Travel Help
NomadCast Travel Network — travel tips, routes, stays & real advice shared by travelers for travelers.
$ 0.302
17
1
lochard
Learn2code
2024-02-15 09:29
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
2023-08-19 10:52
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
2023-08-12 09:11
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
2023-08-07 02:26
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
ecency
HiveDevs
2026-05-12 20:25
Promoted
Ecency: Scaling Hive Access, Infrastructure & Responsible Growth
Ecency is one of the most widely used applications in the Hive ecosystem, operating across mobile, web, and supporting multiple services.
$ 7.080
163
16
lochard
python
2023-08-02 05:48
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
2023-07-30 00:36
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
2023-07-28 05:41
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
2023-07-11 19:29
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
sarmatia.app
HiveDevs
2026-05-17 10:33
Promoted
SarmacjaMundi — Player Guide
We have opened beta tests of our Hive-based, casual and turn-based game. Join us, earn HBD and Splendor
$ 1.034
46
2
themarkymark
Curated Collections
2022-07-28 14:18
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
2020-09-18 03:57
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
2020-09-17 03:18
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
2020-09-14 07:54
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
angelmitu
Gaming Photography
2026-05-07 05:25
Promoted
The new name for thrills in mobile racing 🏎️ 🏎️ Ramp Car Games 🐎 🐎
Good morning friends, how are you all? I hope everyone is doing well.My daughter's exams are over and after the exams, I was also busy because I became a mother to a newborn.Becoming a mother for 2nd time.
$ 2.415
97
8
themarkymark
codewithmarky
2020-09-02 03:51
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
2020-08-30 07:21
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
2020-08-28 21:37
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
2020-08-28 02:22
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