Skip to content
View jcierpial's full-sized avatar

Block or report jcierpial

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Image-Processing-GUI Image-Processing-GUI Public

    MATLAB Image Processing GUI

    MATLAB 2 1

  2. Simplified-Solitaire-Encryption Simplified-Solitaire-Encryption Public

    Simplified Solitaire Encryption implemented using circular linked lists.

    Java 1 5

  3. Scheme-Spell-Checker Scheme-Spell-Checker Public

    A Scheme Spell Checker. Framework was provided, certain functions were written myself.

    Scheme 1

  4. OpenMP-Spell-Checker OpenMP-Spell-Checker Public

    OpenMP implementation of Scheme Spell Checker. Framework was provided, certain functions were written myself. Bash script was written myself, Python script was provided by TA.

    C 1

  5. Expression-Evaluation Expression-Evaluation Public

    A program to evaluate an arithmetic expression using recursion and stacks.

    Java 2

  6. SizeBST SizeBST Public

    Implements a “Size Binary Search Tree” (SBST). An SBST is like a regular Binary Search Tree, but it is also capable of finding out, given a number j, how many nodes in the tree hold numbers less th…

    Java