Binary Indexed Tree

I have heard that binary indexed tree and do range updates in log(n) complexity. Can anyone provide any link regarding creation and range updation of binary indexed tree?

Here Notes related to BIT
Note 1
Note 2

Thank you @dharmesh310