Skip to content
View Tacuma's full-sized avatar

Organizations

@squareup

Block or report Tacuma

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. Infix-to-Expression-Tree Infix-to-Expression-Tree Public

    Program that inserts an expression in Infix notation to a binary tree. In addition to the above requirement, it implements an evaluation of the expression tree. (C++)

    C++ 10 5

  2. Matrix-Multiplication-Using-Threads Matrix-Multiplication-Using-Threads Public

    Given two matrices, A and B, where matrix A contains M rows and K columns, and matrix B contains K rows and N columns, calculate the matrix C, with each element of C in a separate worker thread. (J…

    Java 8 9

  3. POSIX-Message-Passing POSIX-Message-Passing Public

    This Project consists of using POSIX message queues for communicating temperatures between each of four external processes and a central process. This project was completed on Ubuntu-Linux. (C)

    C 4 4

  4. Bison-Processor Bison-Processor Public

    A Simulation of a Stack-based CPU with a mini Kernel for running batch programs written in the Stack-based ISA. (Hexadecimal format in a .exe file - ISA provided in Documentation) (Java)

    Java 2

  5. Infix-to-Prefix-Converter Infix-to-Prefix-Converter Public

    A C++ source code/program that will convert an expression in infix notation to to the equivalent expression in prefix (polish) notation. (C++)

    C++ 1 1

  6. Sorts Sorts Public

    Programs in C++ that sorts 1,000 random unique numbers, using a sort algorithm. (Contains Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Quick Sort, and Radix Sort.) (C++)

    C++ 1 1