Data Structures Made Clear

Data structures become much easier to understand when students can see the structure of their data visualized using memory_graph. A data structure is no longer an abstract idea but concrete, clear and debuggable. Here’s a live demo of a Linear Linked List: https://memory-graph.com/#codeurl=https%3A%2F%2Fraw.githubusercontent.com%2Fbterwijn%2Fmemory_graph%2Frefs%2Fheads%2Fmain%2Fsrc%2Flinked_list_lin.py&breakpoints=27&continues=1&timestep=0.2&play=

14 points · 3 comments · view on lemmy.world

3 Comments

rimu@piefed.social · 6 pts · 270d (1 reply)

I appreciate you showing us this interesting tool once or twice but it's getting a bit overly self-promotional at this point.

bterwijn@programming.dev · 5 pts · 270d

Yes I understand your point, but I'm trying to reach out so people are aware and can use it in Python education. I feel it can really help beginners understand tricky concepts with ease, bit it's hard to reach a bigger audience these days. Sorry for the repetition, I'll guess I should cut back a bit.

6nk06@sh.itjust.works · 1 pts · 270d

It feels very complicated. The whole theory is better explained with any Lisp.