Skip to content
View AlexDR21's full-sized avatar

Block or report AlexDR21

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AlexDR21/README.md

Hello, I'm Alex!

I am a computer science student pursuing my bachelor's degree. I use this space to build small projects and keep an archive of all I've learned along the way.

I am interested in software engineering and machine learning!

Pinned Loading

  1. PDF-Processing PDF-Processing Public

    This program was made to help me to streamline the processing of PDFs at my internship.

    Python 1

  2. Closest-Pair Closest-Pair Public

    Implementation of the Closest Pair of Points algorithm written in Java. Uses a divide and conquer approach to efficiently determine the minimum euclidean distance between two points in a dataset.

    Java

  3. Djikstra Djikstra Public

    Implementation of Djikstra's shortest path algorithm for large weighted undirected graphs, implemented in Java.

    Java

  4. Tensor-Project Tensor-Project Public

    A project I made to help understand tensors. Gets input for tensors and depending on the dimensions, plots them.

    Python