mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
fix typo in FenwickTree.js (#1208)
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Author: Mohit Kumar
|
* Author: Mohit Kumar
|
||||||
* Fedwick Tree Implementation in JavaScript
|
* Fenwick Tree Implementation in JavaScript
|
||||||
* Fedwick Tree Implementation for finding prefix sum.
|
* Fenwick Tree Implementation for finding prefix sum.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class FenwickTree {
|
class FenwickTree {
|
||||||
|
Reference in New Issue
Block a user