Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 5f8939d

Browse files
authored
Merge pull request #3 from aswinshenoy/master
Added algorithm folder to manage algorithms
2 parents 3c59a49 + 6d45423 commit 5f8939d

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

algorithms/README.MD

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GitLit Algorithms
2+
3+
## Rating Algorithm
4+
5+
### User Rating
6+
7+
#### Metrics Used
8+
9+
### Repository Rating
10+
11+
#### Metrics Used

algorithms/repository_rating.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""
2+
3+
REPOSITORY RATING ALGORITHM
4+
5+
"""

algorithms/user_rating.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""
2+
3+
USER RATING ALGORITHM
4+
5+
"""

0 commit comments

Comments
 (0)