Zach Grossi (ZachGrossi)

ZachGrossi

Geek Repo

Location:New Jersey, USA

Github PK Tool:Github PK Tool

Zach Grossi's repositories

File-Attribute-Editor

C# Program that allows you to edit a Windows file's attribute metadata such as the creation time/date, archive and read-only attributes, etc.

Language:C#Stargazers:1Issues:3Issues:0

Deterministic-Finite-Automaton

This is a programming assignment from NJIT to build a DFA that will validate a set of predetermined website addresses

Language:JavaStargazers:0Issues:2Issues:0

Explorer-Stats

An application that displays the statistics of a disk/directory. Displays directory and associated statistics, along with all sub directories and their statistics (recursively). Also displays the different file types and the number of each file type as well as the total space used.

Language:C#Stargazers:0Issues:2Issues:0

KnightsTour

This is a basic Java program demonstrating the "Knight's Tour". The Knight's Tour problem is to find a single path starting from any position on a chessboard where a knight chess piece will visit all squares without visiting any single square more than once. My implementation uses Warnsdorf's Rule in order to solve the problem.

Language:JavaStargazers:0Issues:2Issues:0

PingPongTest

Prints the numbers from 1 to 100. But for multiples of three prints “Ping” instead of the number and for the multiples of five prints “Pong”. For numbers which are multiples of both three and five print “PingPong".

Language:C#Stargazers:0Issues:2Issues:0