Skip to content
View jcarlson212's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report jcarlson212

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

Pinned Loading

  1. Path-Finding-Visualizer Path-Finding-Visualizer Public

    Shows search algorithms and sorting algorithms visually using React.

    JavaScript 1 1

  2. Auction_Site Auction_Site Public

    Website made with Django that allows users to make auctions, bid for auctions, etc...

    Python 1

  3. Chaos-Theory Chaos-Theory Public

    Website that has cool simulations of Chaotic differential equations, along with some stuff about strange attractors and fractional Hausdorff dimension (some measure theory is needed to understand t…

    1

  4. MentalMath MentalMath Public

    Website made with Django that allows users to play one another in simple mental math games. Uses multithreading and web sockets for the pvp.

    Python 2

  5. RMQSegTree RMQSegTree Public

    Supports minimum and maximum queries (but not both, although one could make two RMQ's) in log(n) time. The build time is O(n). It should be noted that there is a way to achieve O(1) time using a da…

    C++ 1

  6. MovieDatabaseApp MovieDatabaseApp Public

    Simple app made using react-native that allows users to search movies through an API.

    JavaScript