Skip to content
View jamesboi951's full-sized avatar
Block or Report

Block or report jamesboi951

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

  1. blackjackandwar blackjackandwar Public

    Swift

  2. Viscar Viscar Public

    Created at 2019 Honda Mobility Hacks, uses live video api along with firebase and Swift UI/UX

    Swift

  3. Hash-Table-Implementation Hash-Table-Implementation Public

    Hash Table I implemented in C++. O(1) Average Case Lookup. O(n) Worst Case Lookup. O(1) insertion and O(1) deletion

    C++

  4. Trivia_pop Trivia_pop Public

    Fun C++ game one can run on a shell against a friend. Use of dynamic containers as well as maps O(log(n)) not to be confused with unordered_maps which run in O(1) lookup time.

    C++

  5. Neural_Networks Neural_Networks Public

    Lots of foundational AI code used to efficiently weight neurons to maximize win probability in a maze based game.

    Python

  6. C-Heap-implementation C-Heap-implementation Public

    C++