Skip to content

Commit deff6f3

Browse files
fix: fix typo in project doc (#6)
1 parent a36817b commit deff6f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

courseProjectDocs/project-proposal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Data Structures Directory:
2121
| Binary Tree | 4992 |
2222
| Disjoint Set | 129 |
2323
| Hashing | 881 |
24-
| Heap | 0 |
24+
| Heap | 1310 |
2525
| KD Tree | 275 |
2626
| Linked List | 2611 |
2727
| Queues | 1246 |
@@ -33,6 +33,7 @@ Data Structures Directory:
3333
#### Comment Density
3434

3535
Comment lines: 7160
36+
3637
Comment density: 50.82%
3738

3839
> Note: Refer to comment density code [here](https://github.com/SWEN-777/TheAlgorithms-Python/blob/master/courseProjectCode/Metrics/comment_density.py)

0 commit comments

Comments
 (0)