Skip to content
View carolcake's full-sized avatar

Highlights

  • Pro

Block or report carolcake

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

    Swift

  2. NAOMemoryGame NAOMemoryGame Public

    NAO will play the memory matching game where an even number of pairs of cards are organized in an array like fashion. It will achieve so through object recognition.

    Promela

  3. NeuralNetworkDigitClassifier NeuralNetworkDigitClassifier Public

    This project recognizes handwritten digits via a sensor and converts it into a 5x3 grid.

    Java

  4. InterestApp InterestApp Public

    Java

  5. PolygonAreaCalculator PolygonAreaCalculator Public

    Java

  6. DijkstraShortestPath DijkstraShortestPath Public

    I implemented Dijkstra's Shortest Path algorithm using priority queue and another method using loops.

    Python