Skip to content

typed-dsa:0.1.0#5277

Open
GeronimoCastano wants to merge 6 commits into
typst:mainfrom
GeronimoCastano:typed-dsa-package-0.1.0
Open

typed-dsa:0.1.0#5277
GeronimoCastano wants to merge 6 commits into
typst:mainfrom
GeronimoCastano:typed-dsa-package-0.1.0

Conversation

@GeronimoCastano

Copy link
Copy Markdown
Contributor

I am submitting

  • a new package
  • an update for a package

Description:

typed-dsa is a pure-Typst package for drawing data-structure diagrams declaratively. It builds static diagrams for binary search trees, AVL trees, heaps, linked lists, doubly linked lists, stacks, queues, and graphs, and can render before/after operation transitions with diff highlights.

The package is intended for computer science coursework, lecture notes, problem sets, and algorithm explanations where data-structure shape and operation steps should be shown without hand-positioning every node.

Features:

  • Static diagrams for BSTs, AVL trees, min/max heaps, linked lists, doubly linked lists, stacks, queues, and graphs.
  • Object-style operation transitions for trees, heaps, stacks, queues, and linked lists.
  • AVL insertion and deletion rebalancing, including optional multi-panel rotation steps.
  • Per-call styling for nodes, edges, cells, diff highlights, graph layouts, and pointer cells.
  • Built on CeTZ.

@typst-package-check typst-package-check Bot added the new A new package submission. label Jul 6, 2026

@elegaanz elegaanz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this package, just a small thing.

Comment thread packages/preview/typed-dsa/0.1.0/assets/readme/rotations.png
@elegaanz elegaanz added the waiting-on-author Pull request waits on author label Jul 8, 2026
@typst-package-check typst-package-check Bot removed the waiting-on-author Pull request waits on author label Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new A new package submission.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants