Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 645 Bytes

File metadata and controls

22 lines (12 loc) · 645 Bytes

Visualiser

The project for HackTUES

As of right now loops aren't supported, but a full program would look something like this: EXAMPLES:

legend:

legend

This is a bubble sort example:

bubble_sort_image

And this is what a loop is supposed to be like:

loop example

And an example with an if/else algorithm:

if/else example