Skip to content
View Keartland's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Keartland

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

Pinned

  1. Virus-Scanner Virus-Scanner Public

    A simple virus scanner I made because I was interested how they work.

    C#

  2. data-structures data-structures Public

    Visulsations of different data structures in preperation for year 2 of uni.

    JavaScript 1

  3. keartland.github.io keartland.github.io Public

    An index for all my projects that I upload to github, hosted on http://keart.land. Automatically updated when i upload new projects.

    JavaScript 1

  4. Dijkstras-Algorithm Dijkstras-Algorithm Public

    This is a representation of the dijkstra shortest path algorithm. The weights of the arcs are the distance between the two nodes.

    JavaScript

  5. Uphill-Paths Uphill-Paths Public

    This is a program that generates random points, and then creates a path from the bottom left where all of the lines have positive gradients.

    JavaScript

  6. Factorisable-Polynomial-Generator Factorisable-Polynomial-Generator Public

    This program generates a factorisable polynomial, to practice solving polynomials

    CSS