Git Product home page Git Product logo

Brett's Projects

dynamicprogrammingchessmoves icon dynamicprogrammingchessmoves

On an M x N chessboard, a king begins its path in the first column, and ends in the last column. If king is allowed only N - 1 moves, how many possible paths can the king take?

friendfinderapp icon friendfinderapp

FriendFinder -- Implementing a sorted linked list with pointers and using it in a mock friend-finding app

game-of-life icon game-of-life

This program is based on "The Game Of Life" by mathematician John Conway. Uses the Swing class to create the "cells" of the game.

gameoflifefx icon gameoflifefx

Second version of Conway's Game Of Life. Written using JavaFX.

graphicalmazesolver icon graphicalmazesolver

A JavaFX application that will present the user a list of mazes which can be chosen, displayed graphically, and then solved. Their solutions will also be displayed. As of right now, recursive backtracking is used to solve the mazes, but I intend to implement more efficient methods down the road.

greenraindrops icon greenraindrops

A JavaFX application that creates movable, green circles on a black background. Use lambda expressions for event handling.

mazesolver icon mazesolver

Maze solving program using recursion written in c++

myshell icon myshell

An implemtation of a UNIX/Linux shell, written in C.

pi-estimate icon pi-estimate

Very simple Swing-based GUI program that estimates π.

primenumberbinarytree icon primenumberbinarytree

Command line Binary Tree implementation. Generates and sorts prime numbers. Allows searching for primes. Can scale appropriately.

quicksort icon quicksort

Three different implementations of QuickSort in C++

recursivegcd icon recursivegcd

Finds the greatest common divisor of two integers using a recursive function based on the Euclidean Algorithm. Simple netbeans-generated GUI.

recursivepowerfunction icon recursivepowerfunction

My own optimizted power function that is faster than the naive, iterative and normal recursive, squares method.

setparser icon setparser

A recursive descent parser that parses strings for valid sets. Based on a context free grammar.

snake icon snake

My take on the classic Nokia Snake game. Built from scratch using the Swing class and some free artwork.

snowstorm icon snowstorm

JavaFX application that creates large and small snowflakes and rotates them. Application of JavaFX GUI elements as well as event handling. Author: Brett Beranrdi

sortingalgovisualization icon sortingalgovisualization

A JavaFX program that can be used to show a visualization of various sorting algorithms. QuickSort, Insertion Sort, Selection Sort, and Bubble Sort are the four options.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.