algosDS:算法和数据结构

时间:2024-04-29 17:15:42
【文件属性】:

文件名称:algosDS:算法和数据结构

文件大小:30KB

文件格式:ZIP

更新时间:2024-04-29 17:15:42

Python

算法 算法和数据结构 入门 为了获得工作环境,有两种可能的选择。 使用列出的先决条件创建一个conda环境 从.yml文件创建conda环境 依存关系 python 3.8.5 pytest 6.1.1 安装 要开始使用,请确保您具有列出的前提条件,或从.yml文件设置anaconda环境。 conda env create -f environment.yml 确保激活环境。 conda activate algo_ds 验证它是否已正确安装。 conda env list 并最终激活环境。 conda activate algo_ds 测验 要运行所有测试,请编写: pytest tests 为了运行一些特定的测试,请编写(例如,two_number_sum): pytest tests/test_two_number_sum.py 要省略特定的测试,请转到包含该测试的文


【文件预览】:
algosDS-main
----.github()
--------workflows()
----algosds()
--------algorithms()
--------hashing()
--------problems()
--------__init__.py(0B)
--------data_structures()
----main.py(528B)
----requirements.txt(139B)
----environment.yml(752B)
----README.md(1022B)
----tests()
--------test_hashtable.py(0B)
--------test_two_number_sum.py(1KB)
--------test_non_constructable_change.py(1KB)
--------test_tournament_winner.py(3KB)
--------test_sorted_squared_array.py(2KB)
--------__init__.py(0B)
--------test_validate_subsequence.py(3KB)
--------test_caesar_cipher_encryptor.py(1KB)
--------test_palindrome_check.py(2KB)
----.gitignore(74B)

网友评论