Skip to content
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ Note: You can use any libraries or frameworks you like, but please ensure that y
Also, if you think there are any bugs in the provided code, feel free to fix them and mention the changes in your submission.


## Leaderboard
## Leaderboard (sorted by overlap)

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

> **To add your results:**
> Insert a new row in the table above with your name, overlap, wirelength, and any notes.
> Insert a new row in the table above with your name, overlap, wirelength, and any notes. Ensure you sort by overlap.

Good luck!
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ def main():


if __name__ == "__main__":
main()
main()