CSI105T — Computer Science

Data Structures Workshop

Simple and effective interactive tools for education.

Author: 68037294 Raksit Phothong

Linked List

Manage and visualize singly linked lists with interactive operations.

View Project Deep Dive

Stack & Queue

Compare LIFO and FIFO operations with side-by-side visualization.

View Project Deep Dive

Infix Conversion

Convert infix expressions to prefix and postfix notations interactively, driven by a custom OOP LinkedList.

View Project Deep Dive

Sorting

Visualize sorting algorithms like Bubble, Selection, Quick, and more with step history and complexity analysis.

View Project Deep Dive

Expression Tree

Build and visualize expression trees from infix expressions step-by-step with interactive navigation.

View Project Deep Dive

Binary Search Tree

Interactive BST with search, add, delete, and traversal animations (Inorder, Preorder, Postorder).

View Project Deep Dive