文件名称:CodeWars:已解决的片列表的仓库
文件大小:20KB
文件格式:ZIP
更新时间:2024-03-15 11:39:01
JavaScript
CodeWars codewars.com中主要是Ruby和Javascript的已解决katas列表的存储库。
【文件预览】:
CodeWars-master
----algos()
--------bubbleSort.js(261B)
--------quickSort.js(335B)
--------mergeSort.js(616B)
--------insertionSort.js(244B)
--------stack.js(455B)
--------binarySearch.js(415B)
----ruby()
--------numbers_that_are_power_of_their_sum_digits.rb(842B)
--------next_bigger_number_with_the_same_digits.rb(1KB)
--------where_my_anagrams_at.rb(867B)
--------multiples_of_3_and_5.rb(1KB)
--------roman_numerals_decoder.rb(903B)
--------last_digit_of_a_large_number.rb(743B)
--------strip_comments.rb(819B)
--------two_sum.rb(929B)
--------fold_an_array.rb(2KB)
--------valid_parantheses.rb(1KB)
--------the_supermarket_queue.rb(1KB)
--------count_characters_in_your_string.rb(343B)
--------next_smaller_number_with_the_same_digits.rb(781B)
----javascript()
--------primes_in_numbers.js(828B)
--------replace_with_alphabet_position.js(756B)
--------is_my_friend_cheating.js(2KB)
--------rgb_to_hex_conversion.js(949B)
--------break_camelCase.js(412B)
--------multiples_of_3_and_5.js(580B)
--------moving_zeros_to_the_end.js(442B)
--------format_a_string_of_names.js(579B)
--------regex_password_validation.js(388B)
--------number_of_trailing_zeros.js(597B)
--------greed_is_good.js(2KB)
--------human_readable_time.js(769B)
--------split_strings.js(696B)
--------a_chain_adding_function.js(751B)
--------last_digit_of_a_large_number.js(919B)
----README.md(188B)