由天狐宗开发的哈希表,仅供学习
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.1.tar.gz
(85.1 kB
view details)
File details
Details for the file ThzHashMap-1.0.1.tar.gz
.
File metadata
- Download URL: ThzHashMap-1.0.1.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 | 32ca36dd262dd4fb6f45e2945310fb9c2ecf01b7298febe5b4f550cce9e1b3ef |
|
MD5 | df86016ffdc1d42be08a1dc23c71cbd7 |
|
BLAKE2b-256 | 8c30c489a82eaa34483a14c9b465e4a27916a6b001cfd0d9413bb14c679e1ecc |