fix typo in FenwickTree.js (#1208)

This commit is contained in:
Hitesh Gupta
2022-10-20 11:00:43 -04:00
committed by GitHub
parent 21d73b6447
commit cf482c4eef

View File

@ -1,7 +1,7 @@
/*
* Author: Mohit Kumar
* Fedwick Tree Implementation in JavaScript
* Fedwick Tree Implementation for finding prefix sum.
* Fenwick Tree Implementation in JavaScript
* Fenwick Tree Implementation for finding prefix sum.
*/
class FenwickTree {