Hello! We have 0 resources for you...
A python language function to determine if a number is an armstrong number, narcissistic number or pluperfect digital invariant number
In this code snippet, we’ll show an example of a Python language function to determine if a…
A python language function to determine if a number is a spy number
In this code snippet, we’ll show an example of a Python language function to determine if a…
A C language function implementing a binary search algorithm in C
In this code snippet, we’ll show an example of a C language function implementing the binary search…
A C language function to calculate the mean, minimum, maximum of an array of doubles
In this code snippet, we’ll show an example of a C language function to calculate the mean,…
A python language function to shuffle the letters of a word
In this code snippet, we’ll show an example of a Python language function to shuffle a word Python…
A python language function to convert the temperature from fahrenheit, celsius and kelvin to another temperature unit
In this code snippet, we’ll show an example of a Python language function to convert the temperature…
A python language function to perform a quick sort against a list of items returning a sorted list
In this code snippet, we’ll show an example of a Python language function to perform a quick…
A python language function to perform a selection sort against a list of items returning a sorted list
In this code snippet, we’ll show an example of a python language function to perform a selection…
A python language function to convert binary to decimal numbers
In this code snippet, we’ll show an example of a python language function to convert binary to decimal…
A python language function to perform a bubble sort against a list of items returning a sorted list
In this code snippet, we’ll show an example of a Python language function to perform a bubble…
A python language function to get currency exchange rates for a given currency using exchangerate-API.com
In this code snippet, we’ll show an example of a Python language function to get currency exchange…