Skip to content

Possible duplicate katas that should be addressed by reranking, retiring or sending back to beta/draft #39

Open
@ejini6969

Description

@ejini6969

Below are a list of potential duplicate katas that should be tackled upon. I decided to post these here instead of the list so that mods or any PU are not overwhelmed by the amount of content and mixing them up with the older ones which have not been addressed.

If you found any side-note wrong or any broken link, do edit it directly or notify me ~~

Also, if you found any more similar katas, do update it in this list or paste it in a reply ~~

NOTE: this list is not the final conclusion as continuous searching will reveal more similar or exact ones, so feel free to contribute, cheers

Handled

Convert time to words (dedicated issue: #48 )
Multiplication table (dedicated issue: #49 )
Number of inversions (dedicated issue: #50 )
Median (dedicated issue: #51 )
Unique Sum (dedicated issue: #56 )
derivative polynomial (dedicated issue: #57 )
Format array into comma separated sentence (dedicated issue: #58 )
valid braces (dedicated issue: #59 )
String contains another substring (dedicated issue: #61 )
count occurrence of a character in string (dedicated issue: #63)
GCD of two numbers (dedicated issue: #64 )
Rock Paper Scissors Lizard Spock (dedicated issue: #66)
vowel / consonant count (dedicated issue: #70 )
sum array (dedicated issue: #73)
Reorder number to maximum (dedicated issue: #79 )
Reverse every word in a string (dedicated issue: #80 )
Generate chessboard (dedicated issue: #82 )
find next perfect square (Dedicated issue: #100)
Finding anagrams of a word (dedicated issue: #101)
Narcissistic number (dedicated issue: #102)
Determine if two strings are isomorphic of each other (dedicated issue: #104)
camelcase (dedicated issue: #107)
String repeat (dedicated issue: #109)
count characters in string (dedicated issue: #110)
Hanoi record (math) (dedicated issue: #111)
acronym (dedicated issue: #112)
Divisibility (dedicated issue: #113)
Palindrome verification (dedicated issue: #114)
counting number of power sets (dedicated issue: #118 )
Check for factor (dedicated issue: #120)
Exponent comparison (dedicated issue: #122)
Palindrome rearrangement (dedicated issue: #124)
Number of permutation without repetition (dedicated issue: #125)
Day of the week (dedicated issue: #126)
Hamming distance (dedicated issue: #129)
Count Words(dedicated issue: #131 )
Nth biggest / smallest numbers (dedicated issue: #132)
Multiple of 3 or 5 (dedicated issue: #133)
Integer depth before all 10 digits have been counted (dedicated issue: #134)
sum of cubes (dedicated issue: #135)
Remove duplicates from list (dedicated issue: #136)
HTML markups (dedicated issue: #137)
Find most occurrence in array (dedicated issue: #138 )
Filter even/odd numbers (dedicated issue: #139 )
sum of triangular numbers (dedicated issue: #140 )
Array of strings to array of numbers (dedicated issue: #141 )
sum integers in string(dedicated issue: #143 )
Shortest/longest word (dedicated issue: #144 )
partitioning a string to odds & evens indexed (dedicated issue: #146 )
Case swapping (dedicated issue: #147)
sum of vararg list (dedicated issue: #148)
Vowel remover / converter (dedicated issue: #150)
get numbers / non-numerics from string (dedicated issue: #154 )
multiply elements in array(dedicated issue: #155 )
uppercase vowels(dedicated issue: #156 )
Generate array of integers of certain length (dedicated issue: #162 )
add spaces between each characters(dedicated issue: #164 )
euclidean distance(dedicated issue: #165 )
check if left side of an array is equal to right side(dedicated issue: #166 )
sort array / string by last character(dedicated issue: #173 )
Specific number of certain days in year or range of years(dedicated issue: #175 )
find pairs(dedicated issue: #179 )
Pad 0 to front(dedicated issue: #181 )
build a tree pattern(dedicated issue: #182 )
IPV4 validator(dedicated issue: #185 )
calculate grade(dedicated issue: #186 )
string unification(dedicated issue: #187 )
Summation (dedicated issue: #188 )
candles distribution (dedicated issue: #191 )
Password Validation(dedicated issue: #195)
Variable assignment (dedicated issue: #199 )
split string to n parts (dedicated issue: #202 )
Pluck data (dedicated issue: #230 )

In progress

lychrel number (dedicated issue: #52)

Factorial length (dedicated issue: #67)

Find first non-repeated characters in the string (dedicated issue: #71)

count ones in binary (dedicated issue: #75)

ATM money counter (dedicated issue: #93)

whether array contains specific value (dedicated issue: #119)

sum of digits (dedicated issue: #145 )

Number of values required before value overflow (dedicated issue: #151)

Output n highest value in a list (dedicated issue: #163 )

Calculation involving n biggest / smallest numbers(dedicated issue: #176 )

Largest / smallest product of n consecutive numbers (dedicated issue: #177 )

Find missing element(dedicated issue: #184 )

string / number accumulation(dedicated issue: #189 )

Number of days between two dates (dedicated issue: #192 )

get first character of word (uppercase) (dedicated issue: #196 )

Animals organ count(dedicated issue: #197)

Count connected components (dedicated issue: #200 )

Find elements in an array but not in the other (dedicated issue: #201 )

window sliding (dedicated issue: #208 )

Musical transpose (dedicated issue: #224 )

Formatting numbers (dedicated issue: #225 )

Reverse string or array (dedicated issue: #227 )

School's locker / door (dedicated issue: #231 )

Not handled

pig latin

mean

Find unique numbers

Word length filter

Make variable equal to two different values

Basic calculator

Levenshtien distance

Uppercase string

implement map

Type of input

Moving zeros to front / end

manipulate parameter based on index

max / min value of array

Time decomposition

mixed arrays operation

difference between two arrays

currying
*https://www.codewars.com/kata/547aadd5b84a1fd66800041e (7kyu, 2 languages, same as 3. except require check on second number being missing or not)
*https://www.codewars.com/kata/53a20af2e0afd3e2cd000333 (7kyu, 2 languages, concatenate string)
*https://www.codewars.com/kata/56d344c7fd3a52566700124b (7kyu, 4 languages, add two numbers)
*https://www.codewars.com/kata/functional-addition (7kyu, 10 languages, same as above)
*https://www.codewars.com/kata/55c211cce1ef691d9b000061 (7kyu, JS only, more than two numbers involved)

Addition with limitations

count occurrences of a property in array of dict (Both are the same series)

Change inner words except first & last character

SQL Pivot (Basically the same concept)

modify math.random

Minimum change (more to be added)

Reimplement sort algo

Palindrome builder

Missing and Duplicate Numbers

Diagonal Matrix

zip

string concatenation / formatting

Capitalize

Alternate capitalization

Flatten

Concatenate array

ascii summation

round to the nearest or next

logical calculations

cascading subsets

credit card checker (luhn algorithm)

nth element

leap year

array to string

string to array

factors of a number

star triangle (missed one kata during deduplication earlier)

Nth root of number

operations for 2D array

acronym (missed one kata during deduplication earlier)

count number of digit from 1 to N

Evaluate prefix notation

number to word

Sorting strings / arrays

run length encoding

Write numbers in Expanded Form

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions