Login
Discover
Waves
Communities
Login
Signup
Topics
#codewars
Global
Trending
Hot
New
Top
#codewars
New
Top communities
Create your community
latest #codewars created topics | Ecency
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
1
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
1
kirito0922
STEMGeeks
2024-06-05 23:39
Codewars I - Pagination Helper
PaginationHelper - 5 kyu programming excersice from Codewars platform
lochard
coding
2024-02-22 13:53
Published via Ecency
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
forykw
hpud
2026-07-26 06:20
Promoted
PowerUp 💪 August 2026 - HTF 🚀 lets go!
(this is the #52 giveaway enabled post - check the giveaway details below) This 💓 post has a 💎 GIVEAWAY
lochard
Learn2code
2024-02-15 09:29
Published via Ecency
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
lochard
programming
2023-08-19 10:52
Published via Ecency
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
lochard
programming
2023-08-12 09:11
Published via Ecency
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
lochard
programming
2023-08-07 02:26
Published via Ecency
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,
pouchon
hive
2026-07-27 04:11
Published via Ecency
Promoted
WHAT DO YOU WANT FOR HIVE IN 2026?
I want Hive to reach a dollar by September. I want more users to flock and bring more value than last year. As you can see this is all wishes that one man can't
lochard
python
2023-08-02 05:48
Published via Ecency
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
lochard
programming
2023-07-30 00:36
Published via Ecency
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
lochard
programming
2023-07-28 05:41
Published via Ecency
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
lochard
programming
2023-07-11 19:29
Published via Ecency
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
luislrt
Sketchbook
2026-07-25 03:03
Promoted
ENG/ESP Carpenter Model 3D | Cults3d
Hi! This is a new scanned model for my Cults3D model sale. I'll leave my link for those who want the model, or you can message me privately about it. If you'd like a model of another character, I can create
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
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
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
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
arcelcalvin9
Cent
2026-07-26 03:03
Promoted
Faithful Love
Marriage is God's sacred covenant that reflects Christ's love for the church, calling husbands and wives to lifelong faithfulness, forgiveness, and mutual holiness for His glory.
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
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
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.
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
Older →