Skip to content

Commit

Permalink
fix ruls
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu committed Mar 2, 2024
1 parent cdef2c3 commit 514f146
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/md/intermedio/fenwick/fenwick.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ fenwick_py

## Ejercicios

| Name | Description | Level | URL |
|---------------|------------------|-------|------------------------------------------------|
| fenwick | Update & query | 4.0 | https://open.kattis.com/problems/fenwick |
| supercomputer | Bitsum & biquery | 2.7 | https://open.kattis.com/problems/supercomputer |
| downtime | | 3.1 | https://open.kattis.com/problems/downtime |
| Name | Description | Level | URL |
|---------------|------------------|-------|-----------------------------------------------------------------|
| fenwick | Update & query | 4.0 | [fenwick](https://open.kattis.com/problems/fenwick) |
| supercomputer | Bitsum & biquery | 2.7 | [supercomputer](https://open.kattis.com/problems/supercomputer) |
| downtime | | 3.1 | [downtime](https://open.kattis.com/problems/downtime) |

0 comments on commit 514f146

Please sign in to comment.