Skip to content
View caldenmic's full-sized avatar

Block or report caldenmic

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. N-Queens-Problem-Backtracking- N-Queens-Problem-Backtracking- Public

    N-Queens problem is a np-complete problem where the goal is to place N queens on a (N x N) board such that no queen attacks the other (N-1) queens.

    C++

  2. Pneumonia-X-Ray-Image-Classification Pneumonia-X-Ray-Image-Classification Public

    Image Classification with tensorflow

    Jupyter Notebook

  3. Connectify Connectify Public

    Website that allows users to post content to other users, it uses mySql database to store data.

    PHP

  4. Tic-tac-toe-Python-3- Tic-tac-toe-Python-3- Public

    Tic-Tac-Toe

    Python