Python wrapper for a C doubly linked list implementation
Project description
Implementation Example
Python wrapper for a C doubly linked list implementation
if __name__ == '__main__':
sl = NodeList()
sl.add("49643", "Brs", "Arg1", "Arge", "Expert")
sl.add("51722", "Sl", "Dev", "Arge", "Mid")
sl.show_reverse()
sl.search(no="49643")
sl.count()
sl.remove(1)
sl.count()
sl.destroy() ```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
doublylist-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file doublylist-0.1.0.tar.gz.
File metadata
- Download URL: doublylist-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78bbfafcd9556b43e83c53608419bf6f5ac389dfb7bd879e9f53d601bdac2852
|
|
| MD5 |
9a5343551df0a78c81a3694c022d1db3
|
|
| BLAKE2b-256 |
76a34d02ff26500320a183ff47e4766d706a1609f8f51876b498fec25f17882f
|
File details
Details for the file doublylist-0.1.0-py3-none-any.whl.
File metadata
- Download URL: doublylist-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
057562847aeef52340d24349022d5c8cf7e27b6d6f8783bcacc7df661e79f3a7
|
|
| MD5 |
6a980c0f34918404c01020953c60bb66
|
|
| BLAKE2b-256 |
8b16a84baa5dfb2274c81ab9f352c69e161917b915e1845c53782988e2cd82ab
|