Skip to content

Commit

Permalink
Update signature grading example to fastbit
Browse files Browse the repository at this point in the history
  • Loading branch information
zecookiez authored and kiritofeng committed Sep 17, 2024
1 parent 0f46ebe commit a75b939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/problem_format/problem_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
| [Custom Grading](https://github.com/DMOJ/docs/tree/master/problem_examples/grader/shortest1) | <https://dmoj.ca/problem/shortest1> |
| [Interactive Grading (conditional IO-based)](https://github.com/DMOJ/docs/tree/master/problem_examples/interactive/seed2) | <https://dmoj.ca/problem/seed2> |
| [Native Interactive Grading (conditional IO-based)](https://github.com/DMOJ/docs/tree/master/problem_examples/interactive/seed2native) | <https://dmoj.ca/problem/seed2> |
| [Signature Grading (IOI-style)](https://github.com/DMOJ/docs/tree/master/problem_examples/signature/siggrade) | <https://dmoj.ca/problem/siggrade> |
| [Signature Grading (IOI-style)](https://github.com/DMOJ/docs/tree/master/problem_examples/signature/fastbit) | <https://dmoj.ca/problem/fastbit> |
| [Generating IO Data on the Fly (large test case generation)](https://github.com/DMOJ/docs/tree/master/problem_examples/generator/ds3) | <https://dmoj.ca/problem/ds3> |

0 comments on commit a75b939

Please sign in to comment.