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

Block or report QLambkin

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. qlambkin.github.io qlambkin.github.io Public

    My Personal Portfolio

    SCSS

  2. Spotification Spotification Public

    Spotify API that pulls user data and displays the Spotify users public playlists as well as top artists and tracks within different time periods.

    JavaScript

  3. SortingVisualizer SortingVisualizer Public

    React website that provides a visualization of how Merge Sort efficiently sorts an array of randomly assigned values.

    JavaScript

  4. KeeperApp KeeperApp Public

    Dynamic note keeping application created using React hooks to post notes to a list visually displayed on a board.

    JavaScript

  5. PythonPathfinder PythonPathfinder Public

    Path finding algorithm designed to find the shortest path between a designated start and end point. Uses A* Search through Python to dictate which route to traverse.

    Python

  6. Connect4-AI Connect4-AI Public

    AI created to play a perfect game of Connect 4 against any scenario. Uses the Mini-Max algorithm along with alpha-beta pruning to aid in informing the AI as to where to move.

    Python