Skip to content
View danieltian's full-sized avatar

Block or report danieltian

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
Showing results

C# Implementation of FizzBuzz, with unit tests. FizzBuzz is a programming exercise that tasks the programmer to write a program that prints out the values from 1 to 100, except that if the number i…

C# 3 4 Updated Feb 25, 2010

C# project that implements a bare-bones linked list with a reverse method that reverses the order of elements in the list.

C# 1 Updated Jan 16, 2010

C# project that finds the first valid solution for how a knight should move (obeying chess laws for a knight) on a N x M chess board so that it visits each square only once and will visit all the s…

C# 2 Updated Jan 16, 2010

C# project that finds all the possible positions that N queens on a N x N board can occupy such that no queen can attack another queen. Differentiates between unique solutions (any reflections and …

C# 1 Updated Jan 16, 2010