Garrett Pearson (TerminalBear)

TerminalBear

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

Garrett Pearson's repositories

binaryExpressionTree

A C++ program which accepts infix arithmetic expressions involving single-digit operands and the operators + (addition), - (subtraction), * (multiplication), and / (division) and outputs equivalent prefix expressions.

Language:C++License:MITStargazers:0Issues:1Issues:0
Language:JavaStargazers:0Issues:0Issues:0

huffman

Performs file compression and decompression in C++ by building and processing a tree of structs to execute Huffman's encoding algorithm.

Language:C++License:MITStargazers:0Issues:0Issues:0

postfixEvaluator

A program to implement the algorithm for evaluating postfix expressions that involve integers with more than one digit and the integer operations +, -, *, /, %. Displays each token as it is encountered and displays the action of each stack operation to trace the action of postfix evaluation.

Language:C++License:MITStargazers:0Issues:1Issues:0
Language:JavaStargazers:0Issues:0Issues:0