Skip to content

Commit 362aa78

Browse files
author
Haoyang Chen
authored
wrap up with c++ markdown
1 parent 798eec0 commit 362aa78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • zh-hans/basics_data_structure

zh-hans/basics_data_structure/heap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class MaxHeap:
7272
return item
7373
```
7474
## C++
75-
```
75+
```c++
7676
#ifndef HEAP_H
7777
#define HEAP_H
7878

0 commit comments

Comments
 (0)