Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 659 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 659 Bytes

original_projects

Original Coding Projects

Encoding Project(C):
A variant of a Huffman encoder which encodes words and characters rather than just characters for a smaller compression size.

Balance Chemical Equations(Python):
Takes an unbalanced chemical equation (eg. H2 + O2 = H2O) and converts it into a balanced formula (eg. 2H2 + O2 = 2H2O) for any chemical reaction.

Determine Symmetry(Python):
Takes in a 2D array and determines several of its symmetry characteristics (ie. is the array symmetrical across its middle row or column, or across one of the array's diagonals?)