mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 15:39:42 +08:00
fix typo in FenwickTree.js (#1208)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user