Skip to content
View Jesse415's full-sized avatar

Highlights

  • Pro

Block or report Jesse415

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

    A Simple list marker/modifier using numbers and functions to sort, search using binary search, insert to the list, and display the list.

    C++

  2. quadrilaterals quadrilaterals Public

    C++

  3. javagaming javagaming Public

    It is a basic gambling game based on three options: Pick the queen, Guess a number, and random number match.

    Java

  4. N-queen N-queen Public

    The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other. Using BFS, Hillclimb, and Simulates Annealing for different performances analysis.

    Python

  5. Neural_Network_ML Neural_Network_ML Public

    Create a three layered neural network that would take in input(different hand written images) and "learn" to predict what number it was.

    Python

  6. Max_Score Max_Score Public

    The purpose of this assignment was to learn how heaps work and its internal functions.

    Python