Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions courseProjectDocs/project-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Project Overview

< include overview here >
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.


## Key Quality Metrics
Expand All @@ -13,7 +13,20 @@

#### Lines of Code

< include metrics here >
Data Structures Directory:

1. arrays: 871
2. binary tree: 4992
3. disjoint set: 129
4. hashing: 881
5. heap: 1310
6. kd tree: 275
7. linked list: 2611
8. queues: 1246
9. stacks: 1321
10. suffix tree: 165
11. trie: 289
- #### total: 14090

#### Comment Density

Expand Down