No project description provided
Project description
A comprehensive collection of data structures for Python implemented in C++
Current version: 0.0.0 (demo) This is simply the template the project will be continued to build on
Introduction
A project I made to try CPython API.
Implementing data structures every times you want to use them can be time consuming, this repo was created to implement many data structures and utilities ready of use and as efficient as possible.
Features
- .linked: A submodule which includes classes and utilities about the linked
list data structure.
- NodeSingle(val, next): Raw singly linked node
- That's it (more to come: doubly linked list, several data structures implemented on linked lists, including but not limited to stack, loop, circ buffer, etc. And utilities such as searching, etc.)
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
dscol-0.0.0.tar.gz
(3.9 kB
view details)
File details
Details for the file dscol-0.0.0.tar.gz.
File metadata
- Download URL: dscol-0.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a95a1737684eda749add62e472272e6949cec3da70fcc8f4263933d26aa9cfd0
|
|
| MD5 |
0721a66d4ac59ccc4ddba8d7933ced10
|
|
| BLAKE2b-256 |
6f857555ca5f0ed305eaa8d1cc0a4ec49a437aac850086d2c94cc5f4841ea059
|