Skip to content
View TheoDimov's full-sized avatar

Block or report TheoDimov

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 Loading

  1. Deterministic-Finite-State-Automaton Deterministic-Finite-State-Automaton Public

    Reads a string as input and traces it progress through the FSA, at the end of which, prints whether or not the FSA accepts the string.

    C++ 1

  2. Airline-Server-and-Client Airline-Server-and-Client Public

    An airline scheduling system project written in Java. Consists both the client and server code.

    Java

  3. end-point-blog end-point-blog Public

    Forked from EndPointCorp/end-point-blog

    End Point Dev blog

    Python

  4. K-Means-Algorithm- K-Means-Algorithm- Public

    A K-Means clustering algorithm that finds the best K-value to use in which to classify geographic objects around the University of Massachusetts campus.

    Python

  5. KNN-Algorithm KNN-Algorithm Public

    A KNN classification algorithm that classifies emails as spam or not spam

    Python

  6. Sorting102-Algorithm Sorting102-Algorithm Public

    A simple C++ program that will take as input a string of digits consisting of 1s, 0s, and 2s and output that string with 1s going first, followed by 0s, then finally 2s.

    C++