Skip to content
View antnat96's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report antnat96

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

  1. Double-Threaded-BST Double-Threaded-BST Public

    This project is an implementation of a double threaded binary search tree. Methods implemented are insertion of records, checking size, and printing in various orders (via threading when applicable).

    C++

  2. LRU-Bufferpool LRU-Bufferpool Public

    Implementation of a Least Recently Used Bufferpool in C++, makes use of two ADTs (LRUBufferPool and LRUBufferBlock) to hold file data in main memory for efficient recall.

    C++ 2

  3. flight-time-logger flight-time-logger Public

    Allows the user to view and update flight time, cargo, and departure information.

    PHP

  4. Flask_App_CSCI_6710_Team5 Flask_App_CSCI_6710_Team5 Public

    A Flask application that uses MongoDB to store and update flight records.

    Python