由天狐宗开发的哈希表,仅供学习
Project description
HashMap
为python创建的hashmap
使用方法
安装
pip install thzhashmap
使用
from hashmap import PyHashMap #please notice the package name
hmap = PyHashMap()
#插入
hmap.put("用户名","I am github cor edev")
hmap.put("密码","123456")
#查询
res = hmap.get("用户名")
#删除
hmap.remove("用户名")
#打印哈希表
hmap.print()
许可证
MIT
邮箱
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ThzHashMap-1.0.0.tar.gz
(85.1 kB
view details)
File details
Details for the file ThzHashMap-1.0.0.tar.gz
.
File metadata
- Download URL: ThzHashMap-1.0.0.tar.gz
- Upload date:
- Size: 85.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d91ad9c1f20167f369559dc2f2b43728c8163c00f76557dd4a94be8d2e199f9 |
|
MD5 | 029068e568d54e3fb6340b9a4b4e3a8c |
|
BLAKE2b-256 | 2c365da138b6b8a892dbe9a81575f503e12609b5db2070ffd7bc0f4be89faec6 |