Skip to content
View Dudifer's full-sized avatar

Block or report Dudifer

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. Vending-Machine Vending-Machine Public

  2. A-star A-star Public

    Implementation of A* algorithm

    Python

  3. CS50 CS50 Public

    a collection of projects associated with the CS50 course

  4. Dudifer.github.io Dudifer.github.io Public

    Forked from barryclark/jekyll-now

    Build a Jekyll blog in minutes, without touching the command line.

    SCSS

  5. WebDevSimplified WebDevSimplified Public

    Forked from WebDevSimplified/Mybrary

    Fork of WDS's Project setup from MangoDB Course #1. The plan is to follow along from here taking notes from his following videos

    JavaScript

  6. BruteForceLCS BruteForceLCS Public

    an algo finding the longest common substring between two strings the hard way: generating all possible substrings of both and storing in a set, using set intersection to find all common substrings,…

    Python