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: 5 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T19:54:27.000Z (about 4 years ago)
- Last Synced: 2025-06-03T18:39:02.757Z (10 months 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/).
