Skip to content

Commit fc6dd1d

Browse files
authored
(docs) add lines of code info to project doc (#2)
* script added to calculate LOC and mentioned the count in doc. * LOC script removed
1 parent b8dfcba commit fc6dd1d

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

courseProjectDocs/project-proposal.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Project Overview
55

6-
< include overview here >
6+
This repository is a curated collection of algorithmic implementations in Python, designed to serve as a reference, learning resource, and toolkit for developers and students alike. It spans a wide range of domains, including blockchain, ciphers, data compressions, data structures, linear algebra, etc.
77

88

99
## Key Quality Metrics
@@ -13,7 +13,20 @@
1313

1414
#### Lines of Code
1515

16-
< include metrics here >
16+
Data Structures Directory:
17+
18+
1. arrays: 871
19+
2. binary tree: 4992
20+
3. disjoint set: 129
21+
4. hashing: 881
22+
5. heap: 1310
23+
6. kd tree: 275
24+
7. linked list: 2611
25+
8. queues: 1246
26+
9. stacks: 1321
27+
10. suffix tree: 165
28+
11. trie: 289
29+
- #### total: 14090
1730

1831
#### Comment Density
1932

0 commit comments

Comments
 (0)