Skip to content
View jri8's full-sized avatar

Block or report jri8

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. VirtualMemoryManager VirtualMemoryManager Public

    This project consists of writing a program that translates logical to physical addresses for a virtual address space of size 216 = 65,536 bytes. Your program will read from a file containing logica…

    C 5 5

  2. TitanicProject TitanicProject Public

    Jupyter Notebook

  3. PolynomialCalculator PolynomialCalculator Public

    Adds, subtracts, and multiplies polynomials

    C++

  4. BST BST Public

    Binary Search Tree. Pass in file with input through command line argument. Will show in order, pre order, and post order traversals and also the height of the tree.

    C++

  5. BTree BTree Public

    BTree Project. Will insert, find values, return height, and print in level order

    C++

  6. Dictionary-SpellChecker Dictionary-SpellChecker Public

    Given Dictionary is stored in hash table. Then spell checks another file using dictionary. Chaining method of hashing is implemented.

    C++