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

Block or report snassi

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

    Program written in C++ that calculates lower and upper triangular matrices (as well as determinant) from input matrix of nXn dimensions

    C++ 1

  2. Website Website Public

    Forked from LCHSTest/Website

    Basic Website for you to fork and enjoy

    CSS

  3. AVL_TREE AVL_TREE Public

    Self balancing AVL TREE that fits these conditions:

  4. AVL-Tree-from-Merchant-Vessel-Data AVL-Tree-from-Merchant-Vessel-Data Public

    This AVL Tree works following these conditions: - imports information from a .txt file that has this format: - has 0< x <= 200 amount of rows - each row has 25 columns separated by a comma - the fi…

    C++

  5. bolinger-band-python bolinger-band-python Public

    This is implemented code from https://pythonprogramming.net/advanced-matplotlib-graphing-charting-tutorial/

    Python