Turing Machine

MT is a program written in Java that implements the Turing Machine which was designed by Alan Turing in 1936, who is considered to be the father of theoretical computer science. Our implementation of the Turing Machine uses 1 ribbon which contains the string to be recognized. The first step is import an XML file Read More …

Estructuras de Datos

Estructuras de Datos is a program that visually demonstrates various data structures to aid students in understanding how the data is stored in each structure. The program is written in Java using the javafx visual framework to handle windows and graphics. The data structures that the program currently demonstrates are arrays, linked lists, stacks, queues, Read More …

jvon

jvon is a web/mobile app designed to help students to learn programming from a low level language based on the John Von Neumann machine architecture. The project was conceived for the Universidad del Bío Bío and is currently used to teach the basics of programming to 3 different majors at the University. The basic idea Read More …