codezoned / ScriptsDump

The biggest dump of scripts ever!
http://www.codezoned.com/
143 stars 173 forks source link

Added new data structure Fenwick Tree #272

Closed nirmalkatiyar closed 2 years ago

nirmalkatiyar commented 2 years ago

Description

Fenwick tree is a data structure that is basically used to solve range query problems.

Make sure you have:

Fixes # (issue) issue - #56

Type of change

Please delete options that are not relevant.