Skip to content
View jpmancini's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Washington, D.C.

Highlights

  • Pro

Block or report jpmancini

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
jpmancini/README.md

Hello, I am JP Mancini!

  • I’m currently a Senior at Georgetown University.
  • I’m currently learning more about Machine Intelligence and Cognitive Science.
  • Ask me about my projects or anything machine intelligence related.
  • How to reach me: LinkedIn - @John "JP" Mancini, Email - [email protected]
  • Fun fact: I love the oudoors and being active. I enjoy playing rugby and skiing.

Pinned Loading

  1. gushell gushell Public

    School project where I designed and implemented a linux shell using the c language.

    C

  2. smalltalk-evaluator smalltalk-evaluator Public

    School project where I designed and implemented a programming language, modeled after lisp, that is able to create and run user made functions and logic.

    C++

  3. Huffman-Coding Huffman-Coding Public

    School project where I implemented the Huffman coding algorithm, using binary trees and priority queues to compress data files and decompress encrypted files.

    C++

  4. 20sp-5-maxwell-jpmancini 20sp-5-maxwell-jpmancini Public

    20sp-5-maxwell-jpmancini created by GitHub Classroom

    Java

  5. Hashtables Hashtables Public

    School project where I designed and implemented two hashtables: one that uses chaining to handle collisions and one that uses quadratic probing.

    C++