Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new library Linked List Demo Images #1189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -6180,5 +6180,28 @@
"Operate",
"Optimize"
]
},
{
"name": "Linked List Demo Images",
"description": "This library had two main images. One for a Node and one for a LinkedList Object with a head and tail pointer. Each object has an arrow that can be dragged to any other icons yellow 'Location in memory' box where it should stick and track. This way you can demonstrate the concept of pointers pointing to an objects location in memory rather than keeping them in an organized line. Additionally you can use this to ideate through LinkedList problems that use a single next reference. Hope this helps!",
"authors": [
{
"name": "Donald Twiford",
"github": "https://github.com/KrankyKnight",
"twitter": "",
"url": "https://github.com/KrankyKnight"
}
],
"source": "krankyknight/linked-list-demo-images.excalidrawlib",
"preview": "krankyknight/linked-list-demo-images.jpg",
"created": "2023-12-02",
"updated": "2023-12-02",
"version": 2,
"itemNames": [
"Node-Purple",
"Node-Green",
"Node-Orange",
"LL-Head-And-Tail"
]
}
]
Loading
Loading