Skip to content
View MatthiasBart's full-sized avatar
🐼
🐼
  • Tailored Apps
  • Vienna

Block or report MatthiasBart

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

    A simple Website with plain HTML, CSS and a little bit of JS.

    HTML

  2. binary_clock binary_clock Public

    A simple binary clock implemented in JS with React. Its goal is to show the time in binary format, each decimal digit representing a 4 digit binary number.

    JavaScript

  3. InsertionSort InsertionSort Public

    Insertion Sort implemented in Python. It is a simple sorting algorithm that builds the final sorted array (or list) one item at a time by comparisons. It is much less efficient on large lists than …

    Python

  4. max_sub_array max_sub_array Public

    Maximum Subarray Algorithms implemented with Brute Force, Divide and Conquer, and ScanLine. In computer science, the maximum sum subarray problem, also known as the maximum segment sum problem, is …

    Python

  5. DoubleHashing DoubleHashing Public

    This is an implementation of Double Hasing in Python. One time using normal Double Hashing and one time using the Brent Hasing.

    Python

  6. NaturalMergeSort NaturalMergeSort Public

    This is an Implementation of the Natural Merge Sort Algorithm in Python.

    Python