Skip to content
View Conor-Behard333's full-sized avatar

Block or report Conor-Behard333

Report abuse

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

Report abuse
Conor-Behard333/README.md

Hi 👋 My name is Conor Behard Roberts

I wrote my first hello world program in 2016 and I've been programming ever since.

Skills

C C++ Java JavaScript PHP Python HTML5 CSS3 Bootstrap Heroku MySQL Django

Socials

Badges

My GitHub Stats

Conor-Behard333's GitHub stats

Pinned Loading

  1. Hand-written-digit-recognition Hand-written-digit-recognition Public

    An artificial neural network (made from scratch) that has been trained using the MNIST dataset which is able to classify drawings of numbers from 0-9.

    Java 1

  2. ExeterTeam25/group-software-project ExeterTeam25/group-software-project Public

    UniExplore: a gamified web app for universities to encourage their students to explore their campus

    HTML 7

  3. Chess-With-AI Chess-With-AI Public

    My implementation of chess using a custom made chess engine with a GUI. As well as implementing the minimax algorithm to create an AI player.

    Java

  4. TSP-With-GA TSP-With-GA Public

    Solving the Traveling salesperson problem using a genetic algorithm

    Java

  5. SortingAlgorithmVisualizer SortingAlgorithmVisualizer Public

    A visualizer for sorting algorithms implemented in C++

    C++

  6. Huffman-Compression Huffman-Compression Public

    This is an implementation of Huffman encoding to compress and decompress text files.

    Java