Skip to content

sanskark/linked-list-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linked List Visualizer

Simple Python Program which graphically visualizes the Linked List as PNG. I have developed it using python and graphivz

Installation steps

Install following modules

pip install graphviz

Simply run it through python interpreter, Enter a Linked List and it will make a PNG file which contains the Linked List graphically.

Example

print("Enter a Linked List Nodes(Ex. 1 2 3 4 5): ")

Lets say I have entered the 11 22 33 then it will generate following PNG file

Output Image

Contributing

You can suggest me a new feature by creating an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages