Skip to content

Commit 06042d3

Browse files
committed
Notes update from logseq
1 parent 8dfd942 commit 06042d3

File tree

7 files changed

+1999
-66
lines changed

7 files changed

+1999
-66
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Every page **must** start with SEO frontmatter:
3535
seoTitle: <Page Name> Complete Guide – <Short Description>
3636
description: "Comprehensive <topic> reference covering <key topics>."
3737
keywords: "<keyword1>, <keyword2>, ..., VR-Rathod, Code-Note, code note vr, vr book , <You'r name / your code tags>"
38+
displayTitle: C++ # This is title of page (not required for all page)
3839
---
3940
```
4041

pages/binary-indexed-tree-fenwick-tree.md renamed to pages/Binary Indexed Tree or Fenwick Tree.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
seoTitle: Fenwick Tree (Binary Indexed Tree) – Prefix Sum Data Structure
33
description: "Fenwick trees support prefix sum queries and point updates in O(log n). Covers BIT construction, update and query operations, 2D BIT, and range update."
44
keywords: "Fenwick tree, binary indexed tree, BIT, prefix sum, point update, O(log n), range query, 2D BIT, time complexity, space complexity, data structure"
5+
displayTitle: Binary Indexed Tree or Fenwick Tree
56
---
67

78
- Explanation:

0 commit comments

Comments
 (0)