User : pennyboki

Title User Language Tags Description Date
Recursive Depth First Search PennyBoki C Recursive Depth First Search function with the needed data structures. January 14, 2008
CountingSort PennyBoki C A sorting function that requires the maximum value of the array. A function that sorts the array without comparing the values of the elements. January 6, 2008
InsertonSort PennyBoki C Function that sorts an array using the insertion sort January 4, 2008
BubbleSort PennyBoki C Function that sorts an array using the bubble sort January 4, 2008
Pig Latin PennyBoki Java English into Pig Latin October 6, 2007
Complement a binary number with strings PennyBoki Java Complementing binary number with string manipulation September 30, 2007
Inverse Matrix PennyBoki C++ Finds the determinant of 3x3 matrix, then the transpose, then the adjunct of the transpose, then the inverse August 5, 2007
Multiplication of Matrices PennyBoki C This program displays a matrix that is a result of a multiplication of two 3 by 3 matrices that the user enters July 28, 2007
Display decimal as hexadecimal and octal PennyBoki C Displays an integer from decimal number system to hexadecimal and octal number system. July 26, 2007
Conversion into Bytes PennyBoki C This program converts kilobytes, megabytes, gigabytes into bytes. July 26, 2007
Conversion from Fahrenheit to Celsius and vise versa PennyBoki Ruby This program converts Fahrenheit to Celsius and Celsius to Fahrenheit July 21, 2007
Factorial By Recursion PennyBoki Ruby Finds the factorial of a number by using a recursive function July 21, 2007