文件名称:CodingInterviewProblems:在编码面试之前要解决的一堆问题
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-19 07:15:20
Ruby
CodingInterview问题
在编码面试之前要解决的一堆问题
每个rb文件在源文件顶部的注释中都有问题描述。 每个问题都有一个与之关联的单元测试。 完成解决方案后,通过运行以下命令运行ruby测试:
ruby test/
【文件预览】:
CodingInterviewProblems-master
----tests()
--------missing_plus_two_test.rb(1KB)
--------valid_anagram_test.rb(2KB)
--------nesting_test.rb(1KB)
--------first_non_repeating_test.rb(1KB)
--------array_rotation_test.rb(1KB)
----LICENSE(1KB)
----codinginterviewproblems.gemspec(271B)
----.gitignore(1KB)
----README.md(761B)
----libs()
--------valid_anagram.rb(891B)
--------missing_plus_two.rb(614B)
--------nesting.rb(705B)
--------first_non_repeating.rb(688B)
--------array_rotation.rb(758B)