Skip to content
View marixp's full-sized avatar

Block or report marixp

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. CryptoWalletSim CryptoWalletSim Public

    Simulates transactions between users of a Cryptocurrency Wallet. Uses server and client side algorithms in python to achieve functionality.

    Python

  2. 2GoodPhoU/NG-Volleyball-Capstone-3 2GoodPhoU/NG-Volleyball-Capstone-3 Public

    JavaScript 3 3

  3. DFS_BFS DFS_BFS Public

    CS: Data Structures - Directed Graph DFS & BFS --- Use edge node structure for adjacency list (directed graph), custom queue algorithm for BFS, custom list class implementation for adjacency list. …

    C++

  4. SigSpotGUI SigSpotGUI Public

    Java

  5. ArrayToLinkedList ArrayToLinkedList Public

    create linked list from an input array of integers, merge an array of linked lists into one (DUPLICATES ARE ALLOWED), REMOVE duplicates from an input linked list, reverse a linked list without crea…

    C++

  6. TableDrivenScanner TableDrivenScanner Public

    This is a table driven scanner. Needs trs.txt and dfas.txt. States are 0 to 9 and chars are a to d. Program: Read the files into TRS & DFAs, return number of DFAs read, display DFAs & TRS labeled …

    C++