文件名称:AlgoPractice:练习语言和算法实现
文件大小:29KB
文件格式:ZIP
更新时间:2024-04-16 21:30:54
Python
算法实践 这是我用来代替Leetcode或竞争对手来练习算法实现的个人项目。 算法练习站点的沙盒性质意味着编写算法练习代码不会像使用实际代码库那样。 为了更好地理解整个语言,我开始用我想练习的语言编写检查程序类,然后将其用于评估我的算法实现。 还包括测试脚本,以编译和运行已实现的算法。
【文件预览】:
AlgoPractice-main
----CPP()
--------sort_evaluator.hpp(521B)
--------test_implementations.sh(753B)
--------test_sort_evaluator.cpp(542B)
--------sort_evaluator.cpp(2KB)
----COPYING.MD(34KB)
----Python()
--------counting.py(528B)
--------test_sort_evaluator.py(714B)
--------test_implementations.sh(548B)
--------sortEvaluator.py(2KB)
--------scratchpad.py(245B)
--------.gitignore(23B)
--------radix.py(1KB)
----README.MD(530B)
----LICENSE(612B)
----Rust()
--------counting()
--------sort_evaluator()
--------test_sort_evaluator()
----C()
--------test_implementations.sh(737B)
--------sort_evaluator.c(2KB)
--------sort_evaluator.h(457B)
--------test_sort_evaluator.c(520B)
----.gitignore(5B)