Skip to content
View katarina-vc's full-sized avatar

Block or report katarina-vc

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. MP3-Player-Project-for-Data-Structures-Course MP3-Player-Project-for-Data-Structures-Course Public

    This project consists of a functional MP3 player that originally used an ArrayList as its underlying data structure, but I have converted it to a Linked List. The MP3 source code can be found in MP…

    Java 1

  2. chrome_extension_workshop chrome_extension_workshop Public

    Forked from HubSpot/chrome_extension_workshop

    Chrome extension workshop

    JavaScript 1

  3. AngouriMath AngouriMath Public

    Forked from asc-community/AngouriMath

    Open-source cross-platform symbolic algebra library for C# and F#. One of the most powerful in .NET. Can be used for both production and research purposes.

    C# 1

  4. xv6-lazy-page-allocation xv6-lazy-page-allocation Public

    Fun with the xv6 operating system's page allocation

    C 1

  5. Infix-to-Postfix-Project-for-Data-Structures-Course Infix-to-Postfix-Project-for-Data-Structures-Course Public

    This project converts infix expressions to postfix expressions using a Stack ADT. The stack uses an int array as its underlying data structure. The user enters in an infix expression without any sp…

    Java

  6. Count-Occurrence-of-Numbers-for-Data-Structures-Course Count-Occurrence-of-Numbers-for-Data-Structures-Course Public

    This program reads an unspecified number of integers and finds the one that has the most occurrences.

    Java