MaterDev / Golang-data-structure-visualizer

0 stars 0 forks source link

GoLang Data Visualizer Project #1

Open MaterDev opened 1 day ago

MaterDev commented 1 day ago

Build a Visualizer for linked list data structures.

Can create single, doubly, and circular single linked list. Can visualize data structures in terminal Can use factory pattern to create visualizer, based on type.

MaterDev commented 1 day ago

Todo:

Fix doubly linked list insert graphic.

Need to place the head on the left side of the list.