Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf482c4

Browse filesBrowse files
authored
fix typo in FenwickTree.js (TheAlgorithms#1208)
1 parent 21d73b6 commit cf482c4
Copy full SHA for cf482c4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎Trees/FenwickTree.js‎

Copy file name to clipboardExpand all lines: Trees/FenwickTree.js
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.