Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vihlancevk/list
Data structure list with visualization
https://github.com/vihlancevk/list
c cache-friendly data-structures graphviz learning-task student-project
Last synced: 10 days ago
JSON representation
Data structure list with visualization
- Host: GitHub
- URL: https://github.com/vihlancevk/list
- Owner: vihlancevk
- Created: 2021-11-02T17:49:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T19:54:27.000Z (about 3 years ago)
- Last Synced: 2023-09-04T18:25:22.036Z (over 1 year ago)
- Topics: c, cache-friendly, data-structures, graphviz, learning-task, student-project
- Language: C++
- Homepage:
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List
It is one of the most popular data structures,
which will be useful for me in the next projects.
My implementation has a unique feature - visual dump of the list, and it is also a cache-friendly.
## DumpList
Function, which generates a *listLog.html* file, containing the information about the list and a visual presentation of the list,
which is created with the help of Graphviz (https://graphviz.org/).
![alt text](https://github.com/vihlancevk/StructList/blob/main/res/graphviz.png)