Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf482c4

Browse files
authored
fix typo in FenwickTree.js (#1208)
1 parent 21d73b6 commit cf482c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Trees/FenwickTree.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Author: Mohit Kumar
3-
* Fedwick Tree Implementation in JavaScript
4-
* Fedwick Tree Implementation for finding prefix sum.
3+
* Fenwick Tree Implementation in JavaScript
4+
* Fenwick Tree Implementation for finding prefix sum.
55
*/
66

77
class FenwickTree {

0 commit comments

Comments
 (0)