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

Block or report mikeweber

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

    JavaScript

  2. kotlin_ray_tracer kotlin_ray_tracer Public

    Kotlin 4

  3. battleship_engine battleship_engine Public

    Ruby 2

  4. A-star implementation in Elixir A-star implementation in Elixir
    1
    defmodule Astar do
    2
      # When the frontier is empty, we're done
    3
      def traverse_graph({[], came_from}, _, _), do: {[], came_from}
    4
      # Otherwise get the next lowest scored frontier and visit it
    5
      def traverse_graph({frontier, came_from}, graph, target) do
  5. adventofcode2020 adventofcode2020 Public

    Rust

  6. adventofcode2021 adventofcode2021 Public

    Ruby