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=

all 3 comments

sorted by: hot top controversial new old
[–] 6 points 8 months ago (1 child)

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

  • source
  • hideshow 2 child comments
  • [–] [S] 5 points 8 months ago

    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.

  • source
  • parent
  • [–] 1 point 8 months ago

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

  • source