Knowledge in Binary codes

Digital Electronics Chapter 2

Classification of binary codes and coding system description . Binary to Decimal coding system. Excess-3 coding system. Gray coding system. Gray to binary conversion and binary to gray conversion. ASCII code and it's use .

Binary search in c using recursion

The binary search algorithm, search the position of the target value in a sorted array. It compares the target value with the middle element of the array. If the element is equal to the target element then the algorithm returns the index of the found element.