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

Block or report mathiasn98

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

    Praktikum IF2210 Pemrograman Berorientasi Objek ITB, dalam bahasa C++ dan Java

    C++ 3

  2. Crossword_Solver Crossword_Solver Public

    Program to solve crossword in brute force method

    Python

  3. SIM_Quiz SIM_Quiz Public

    Quizes for driving license in Indonesia. My first project in Android for Indonesia Android Kejar.

    Java

  4. MagicSquare MagicSquare Public

    Program to generate a magic square in n size. This program doesn't use brute force to solve the magic square. This program divides to some cases : odd number size, double even size, and perfect squ…

    C++

  5. Grammar_Checker_CYK Grammar_Checker_CYK Public

    Implementation of CYK algorithm, bottom up dynamic programming, to check the syntax in Pascal Programming Language. This program only check the syntax, not the semantics.

    C

  6. Socket_Programming_DFA Socket_Programming_DFA Public

    Implementation of Deterministic Finite Automata. This program simulates the socket programming.

    C