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

Commit 8a569c5

Browse files
committed
created python file for implementing repo & user rating algorithm
1 parent 7837110 commit 8a569c5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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)