 |
Title |
User |
Language |
Tags |
Description |
Date |
|
|
|
Recursive Depth First Search
|
PennyBoki
|
C |
Recursive
Depth
First
Search
|
Recursive Depth First Search function with the needed data structures. |
January 14, 2008 |
|
CountingSort
|
PennyBoki
|
C |
CountingSort
|
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 |
InsertonSort
|
Function that sorts an array using the insertion sort |
January 4, 2008 |
|
BubbleSort
|
PennyBoki
|
C |
BubbleSort
|
Function that sorts an array using the bubble sort |
January 4, 2008 |
|
Pig Latin
|
PennyBoki
|
Java |
Latin
|
English into Pig Latin |
October 6, 2007 |
|
Complement a binary number with strings
|
PennyBoki
|
Java |
Complement
binary
number
with
strings
|
Complementing binary number with string manipulation |
September 30, 2007 |
|
Inverse Matrix
|
PennyBoki
|
C++ |
Inverse
Matrix
|
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 |
Multiplication
Matrices
|
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 |
Display
decimal
hexadecimal
octal
|
Displays an integer from decimal number system to hexadecimal and octal number system. |
July 26, 2007 |
|
Conversion into Bytes
|
PennyBoki
|
C |
Conversion
into
Bytes
|
This program converts kilobytes, megabytes, gigabytes into bytes. |
July 26, 2007 |
|
Conversion from Fahrenheit to Celsius and vise versa
|
PennyBoki
|
Ruby |
Conversion
from
Fahrenheit
Celsius
vise
versa
|
This program converts Fahrenheit to Celsius and Celsius to Fahrenheit |
July 21, 2007 |
|
Factorial By Recursion
|
PennyBoki
|
Ruby |
Factorial
Recursion
|
Finds the factorial of a number by using a recursive function |
July 21, 2007 |