Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtsivkovski/leads
"Likely Extremely Arbitrary Data Structures" - Creating new data structures that may be somewhat pointless compared to the more common ones out there.
https://github.com/dtsivkovski/leads
Last synced: about 2 months ago
JSON representation
"Likely Extremely Arbitrary Data Structures" - Creating new data structures that may be somewhat pointless compared to the more common ones out there.
- Host: GitHub
- URL: https://github.com/dtsivkovski/leads
- Owner: dtsivkovski
- License: gpl-3.0
- Created: 2024-03-11T04:08:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T04:02:28.000Z (8 months ago)
- Last Synced: 2024-05-13T01:36:26.182Z (8 months ago)
- Language: C++
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Screenshot from 2024-05-08 15-30-37](https://github.com/dtsivkovski/leads/assets/89223402/69863468-750a-4990-95c1-1494d4904b1e)
# LEADS : Likely Extremely Arbitrary Data StructuresCreating data structures that may be somewhat pointless or arbitrary when compared to the more common data structures we know of.
## Current Data Structures
- [Schrodinger's Stack](https://github.com/dtsivkovski/leads/tree/main/src/schrodingers-stack) - Is there really a value? Pop or peek to find out...
- [World](https://github.com/dtsivkovski/leads/tree/main/src/world) - Vertices in a three-dimensional world.