Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

creme332/marie-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marie-examples 🐣

A compilation of programs written in MARIE Assembly Language. For each program, a description, some test cases, and the pseudocode are included.

A summary of the programs implemented is shown below:

arithmetic/
├─ addition of two large positive numbers
├─ division of any two integers with remainder and quotient
├─ modulo of any two positive integers
├─ multiplication of any two integers
data-structure/
├─ array/
│  ├─ binary-search
│  ├─ input & output
│  ├─ median
│  ├─ sum of elements in an array
├─ stack/
│  ├─ stack operations
misc/
├─ two-sum
├─ hello-world
number-theory/
├─ collatz-conjecture
├─ euclidean-algorithm
├─ fibonacci sequence
├─ primality-test
sorting/
├─ bubble-sort

Usage

Use MARIE.js or MarieSim to run the programs.

To-do

  • Format all code
  • Quicksort

More examples

About

A compilation of programs written in MARIE assembly language. Pseudocode and test cases are included.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published