Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

IBCM Examples

From UVA Program and Data Representation Class

These files were written by Aaron Bloomfield and were retrieved from github.com/uva-cs/pdr.

  • summation.ibcm Computes the sum of all numbers from 1 to a number inputted.

  • array-summation.ibcm Computes the sum of an array starting at the first value inputted, with a length of the second number inputted.

  • multiply.ibcm Computes the product of the two inputted numbers.

  • turing.ibcm Simulated a Turing machine which preforms a 4 state Busy Beaver automation.