Skip to content

Commit ff7a358

Browse files
authored
add prithvi to leaderboard
2 parents 25fee6b + a6e0e28 commit ff7a358

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ Note: You can use any libraries or frameworks you like, but please ensure that y
2424
Also, if you think there are any bugs in the provided code, feel free to fix them and mention the changes in your submission.
2525

2626

27-
## Leaderboard
27+
## Leaderboard (sorted by overlap)
2828

2929
| Rank | Name | Overlap | Wirelength (um) | Runtime (s) | Notes |
3030
|------|-----------------|-------------|-----------------|-------------|----------------------|
31-
| 1 | partcl baseline | 0.8 | 0.4 | 5 | Baseline solution |
32-
| 2 | *Add yours!* | | | | |
31+
| 1 | Prithvi Seran | 0.0499 | 0.4890 | 398.58 | |
32+
| 2 | partcl example | 0.8 | 0.4 | 5 | example |
33+
| 3 | Add Yours! | | | | |
3334

3435
> **To add your results:**
35-
> Insert a new row in the table above with your name, overlap, wirelength, and any notes.
36+
> Insert a new row in the table above with your name, overlap, wirelength, and any notes. Ensure you sort by overlap.
3637
3738
Good luck!

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ def main():
189189

190190

191191
if __name__ == "__main__":
192-
main()
192+
main()

0 commit comments

Comments
 (0)