文件名称:Code_Challenges
文件大小:42KB
文件格式:ZIP
更新时间:2024-04-17 17:53:58
Ruby
我收集了一些代码挑战,每个挑战都有自己的自述文件,其中包含说明和我见过的更好的解决方案,一个测试文件以及一个包含解决方案的代码文件。 除非在挑战的目录名称(如reduce_but_grow_python)中另行指定,否则所有挑战均以Ruby表示。
【文件预览】:
Code_Challenges-main
----best_match()
--------test.rb(571B)
--------README.md(1KB)
--------code.rb(762B)
----the_observed_pin()
--------test.rb(20KB)
--------REAME.md(2KB)
--------code.rb(468B)
----reduce_but_grow_python()
--------code.py(98B)
--------test.py(590B)
--------README.md(145B)
----spoonerize()
--------test.rb(367B)
--------README.md(953B)
--------code.rb(243B)
----p2p()
--------runner.rb(508B)
--------lib()
--------spec()
--------README.md(2KB)
----snail()
--------test.rb(797B)
--------README.md(2KB)
--------code.rb(585B)
----summation_python()
--------code.py(52B)
--------test.py(501B)
--------README.md(18B)
----PalindromicNumbers()
--------test.rb(463B)
--------README.md(2KB)
--------code.rb(497B)
----Decipher_Student_Messages()
--------test.rb(244B)
--------README.md(822B)
--------code.rb(1KB)
----remove_element()
--------test.rb(343B)
--------README.md(2KB)
--------code.rb(157B)
----Nesting_Structure_Comparison()
--------test.rb(627B)
--------README.md(1KB)
--------code.rb(520B)
----Calculator()
--------calculator.rb(350B)
--------README.md(449B)
--------test_calculator.rb(360B)
----find_the_odd_int()
--------test.rb(407B)
--------README.md(154B)
--------code.rb(60B)
----robot_challenge()
--------test.rb(237B)
--------README.md(3KB)
--------code.rb(512B)
----99_bottles_of_beer()
--------test.rb(155B)
--------README.md(2KB)
--------code.rb(706B)
----README.md(307B)
----switcheroo()
--------test.rb(273B)
--------REAME.md(238B)
--------code.rb(67B)
----array_flattener()
--------test_array_flattener.rb(370B)
--------README.md(2KB)
--------array_flattener.rb(127B)
----python_pin_number()
--------code.py(101B)
--------test.py(718B)
--------README.md(374B)
----remove_dups()
--------test.rb(297B)
--------README.md(1KB)
--------code.rb(142B)
----python_max_min_values()
--------code.py(88B)
--------test.py(428B)
--------README.md(507B)
----roman_numerals()
--------test.rb(329B)
--------README.md(718B)
--------code.rb(415B)