Skip to content
View jessvee's full-sized avatar

Block or report jessvee

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. FamilyTreeJESSProject FamilyTreeJESSProject Public

    This is an exercise in using the Java Expert System Shell (JESS) to write rules and facts used in a rule-based expert system written to be used as a plug in for Java

    CLIPS 1 1

  2. Stack-based-PostfixCalculator Stack-based-PostfixCalculator Public

    A program that converts mathematical expressions entered by the user in infix form, changes it to postfix, and then simplifies it to a number, and prints it, all demonstrating the use of a homemade…

    Java

  3. HashTable HashTable Public

    A basic homemade HashTable class which comes with 3 (2 extra, so to speak) hashing functions, including a polynomial hashing.

    Java

  4. LinkedList-JosephusProblem LinkedList-JosephusProblem Public

    This problem serves as an exercise and demonstration of a homemade SingleyLinkedList class which is circular and node-based. The problem is classic and morbid yet interesting in this context. "Peop…

    Java

  5. RationalClass RationalClass Public

    A class made to represent fractions, and has methods for performing arithmetic with them. Has a test driver class to demonstrate how it works.

    Java

  6. Classic-Dining-Philosophers-Problem Classic-Dining-Philosophers-Problem Public

    This classic problem is an exercise in thread synchronization.

    Java