Skip to content
View scottaames's full-sized avatar

Block or report scottaames

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. CartoCosmos-Website CartoCosmos-Website Public

    Leaflet 1.5.x for Planetary Mapping - NAU Capstone Project 2019-2020

    JavaScript 2 9

  2. DrawStars DrawStars Public

    Using star locations and magnitude, Henry Draper and Harvard Revised numbers, along with star name(s) to create an image of the night sky with Python and Turtle graphics.

    Python 1

  3. DataStructures-BinarySearchTree DataStructures-BinarySearchTree Public

    Binary Search Tree Class - Binary Search Tree using StudentClass data as nodes and can insert, search, and remove values while sorting the tree at the same time.

    Java

  4. DataStrucures-2-3Tree DataStrucures-2-3Tree Public

    2-3 Tree Class - organizes, adds to, traverses, and searches a 2-3 tree.

    Java

  5. DataStructures-MinHeap DataStructures-MinHeap Public

    GenericData Min Heap Class - Uses OpCodes Generic Data class in an array-based min heap which uses bubbleUp and trickleDown algorithms.

    Java

  6. DataStructures-HashTable DataStructures-HashTable Public

    Hash Table Class - Linked Hash Table which adds, searches, and removes from a hash table while showing status of the hash table in a diagram.

    Java