Skip to content

Commit 2c15fae

Browse files
authored
Removed a deleted repo
1st repo was deleted (404 page)
1 parent 4461a60 commit 2c15fae

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

Solutions/challenge-rate-limiter.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ The shared solutions:
66

77
| No. | Solution | Language | Author |
88
|-----|----------|----------|--------|
9-
| 1 | [rate-limiter](https://github.com/niyazi-eren/rate-limiter) | Python | [niyazi-eren](https://github.com/niyazi-eren) |
10-
| 2 | [Write Your Own Rate Limiter](https://github.com/jainmohit2001/coding-challenges/tree/master/src/27) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) |
11-
| 3 | [rate-limiters](https://gitlab.com/surshrestha/rate-limiters) | Python | [surshrestha](https://gitlab.com/surshrestha) |
12-
| 4 | [Rate Limiter](https://github.com/abhijeetnishal/Build-Your-Own-X/tree/master/rate-limiter) | TypeScript | [abhijeetnishal](https://github.com/abhijeetnishal) |
13-
| 5 | [Rate Limiter](https://github.com/JoyalAJohney/rate-limiter-go) | Go | [JoyalAJohney](https://github.com/JoyalAJohney/) |
14-
| 6 | [Rate Limiter](https://github.com/SurajpratapsinghSayar/rate-limiter) | Python | [SurajpratapsinghSayar](https://github.com/SurajpratapsinghSayar/) |
15-
| 7 | [cc-rate-limiter](https://github.com/vamsaty/cc-rate-limiter) | Go | [vamsaty](https://github.com/vamsaty/) |
16-
| 8 | [rate-limiter](https://github.com/Changolaxtra/rate-limiter) | Java | [Changolaxtra](https://github.com/Changolaxtra) |
17-
| 9 | [go-rate-limiter](https://github.com/carantes/go-rate-limiter) | Go | [carantes](https://github.com/carantes) |
18-
| 10 | [Java Spring Boot Rate-limiter](https://github.com/GauravGuptaDeveloper/Coding-Challenges/tree/rate-limiter) | Java | [Gaurav Gupta](https://github.com/GauravGuptaDeveloper) |
19-
| 11 | [RateLimiter](https://github.com/rohita/CodingChallenges/blob/main/Sources/CodingChallenges/27-RateLimiter.swift) | Swift | [rohita](https://github.com/rohita) |
20-
| 12 | [RateLimiter](https://github.com/Tevinthuku/coding_challenges_fyi/tree/main/ratelimiter) | Rust | [Tevinthuku](https://github.com/Tevinthuku) |
21-
| 13 | [Rate Limiter](https://github.com/melsonic/Rate-Limiter) | Go | [melsonic](https://github.com/melsonic/) |
22-
| 14 | [Rate Limiter](https://github.com/Ridwanursustswe18/cc-rate-limiter) | JavaScript | [Ridwanursustswe18](https://github.com/Ridwanursustswe18/) |
23-
| 15 | [rate-limiter](https://github.com/kanhayaky/rate-limiter) | Python | [kanhayaky](https://github.com/kanhayaky) |
9+
| 1 | [Write Your Own Rate Limiter](https://github.com/jainmohit2001/coding-challenges/tree/master/src/27) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) |
10+
| 2 | [rate-limiters](https://gitlab.com/surshrestha/rate-limiters) | Python | [surshrestha](https://gitlab.com/surshrestha) |
11+
| 3 | [Rate Limiter](https://github.com/abhijeetnishal/Build-Your-Own-X/tree/master/rate-limiter) | TypeScript | [abhijeetnishal](https://github.com/abhijeetnishal) |
12+
| 4 | [Rate Limiter](https://github.com/JoyalAJohney/rate-limiter-go) | Go | [JoyalAJohney](https://github.com/JoyalAJohney/) |
13+
| 5 | [Rate Limiter](https://github.com/SurajpratapsinghSayar/rate-limiter) | Python | [SurajpratapsinghSayar](https://github.com/SurajpratapsinghSayar/) |
14+
| 6 | [cc-rate-limiter](https://github.com/vamsaty/cc-rate-limiter) | Go | [vamsaty](https://github.com/vamsaty/) |
15+
| 7 | [rate-limiter](https://github.com/Changolaxtra/rate-limiter) | Java | [Changolaxtra](https://github.com/Changolaxtra) |
16+
| 8 | [go-rate-limiter](https://github.com/carantes/go-rate-limiter) | Go | [carantes](https://github.com/carantes) |
17+
| 9 | [Java Spring Boot Rate-limiter](https://github.com/GauravGuptaDeveloper/Coding-Challenges/tree/rate-limiter) | Java | [Gaurav Gupta](https://github.com/GauravGuptaDeveloper) |
18+
| 10 | [RateLimiter](https://github.com/rohita/CodingChallenges/blob/main/Sources/CodingChallenges/27-RateLimiter.swift) | Swift | [rohita](https://github.com/rohita) |
19+
| 11 | [RateLimiter](https://github.com/Tevinthuku/coding_challenges_fyi/tree/main/ratelimiter) | Rust | [Tevinthuku](https://github.com/Tevinthuku) |
20+
| 12 | [Rate Limiter](https://github.com/melsonic/Rate-Limiter) | Go | [melsonic](https://github.com/melsonic/) |
21+
| 13 | [Rate Limiter](https://github.com/Ridwanursustswe18/cc-rate-limiter) | JavaScript | [Ridwanursustswe18](https://github.com/Ridwanursustswe18/) |
22+
| 14 | [rate-limiter](https://github.com/kanhayaky/rate-limiter) | Python | [kanhayaky](https://github.com/kanhayaky) |

0 commit comments

Comments
 (0)