
fizzbuzz.py
Python script to solve the FizzBuzz whiteboard challenge. Kind of a Hello World.

slice.c
C program that emulates string slicing using char * Arrays to manipulate strings.

vectors.cpp
C++ Program that breaks a given data set from STDIN and divides it into quartiles. Then finds the median value of each quartile. Written for a challenge at http://www.hackerrank.com